so... jai :D
This commit is contained in:
9
examples/13-code.sx
Normal file
9
examples/13-code.sx
Normal file
@@ -0,0 +1,9 @@
|
||||
#import "modules/std.sx";
|
||||
|
||||
generate::() -> string {
|
||||
return "print(\"hello from the other side\n\");";
|
||||
}
|
||||
|
||||
main :: () {
|
||||
#insert #run generate();
|
||||
}
|
||||
Reference in New Issue
Block a user