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

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