mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-09-13 20:41:49 +00:00
Added main.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
var x = 1;
|
||||
var y = 3;
|
||||
|
||||
func foo(x, y) {
|
||||
return x+y
|
||||
}
|
||||
|
||||
hint()(format()("%1", foo(x, y)));
|
||||
Reference in New Issue
Block a user