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

let main = () => {
	printf(2);
	
	return 1;
};