so... jai :D
This commit is contained in:
5
examples/01-basic.sx
Normal file
5
examples/01-basic.sx
Normal file
@@ -0,0 +1,5 @@
|
||||
#import "modules/std.sx";
|
||||
|
||||
main :: () -> s32 {
|
||||
if false then 40 else 42;
|
||||
}
|
||||
Reference in New Issue
Block a user