WOOO compiles all in one file! Dependencies resolved! Next up, C name mangeling for scoping
This commit is contained in:
10
tests/test_string.krak
Normal file
10
tests/test_string.krak
Normal file
@@ -0,0 +1,10 @@
|
||||
import io;
|
||||
import string;
|
||||
|
||||
|
||||
|int| main() {
|
||||
|string::string| str.construct("hello strings");
|
||||
io::println(str);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user