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

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