ir
This commit is contained in:
5
examples/test_str.sx
Normal file
5
examples/test_str.sx
Normal file
@@ -0,0 +1,5 @@
|
||||
#import "modules/std.sx";
|
||||
main :: () {
|
||||
s := "";
|
||||
print("{}\n", s);
|
||||
}
|
||||
Reference in New Issue
Block a user