about summary refs log tree commit diff
path: root/examples/-1.pry
blob: 4b77e10beb2bb808eaa59e8a4b4436f289121abd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* HELLO! Welcome to the unnamed language */

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

/*

Expected stdout:

Expected return: 7

*/