about summary refs log tree commit diff
path: root/examples/-1.src
blob: 874d7ad342b564f1e2fdb75606d520b992030328 (plain) (blame)
1
2
3
4
5
/* HELLO! Welcome to the unnamed language */

let main = () => {
	return 7;
};