Fixed error with the way the string pool worked
This commit is contained in:
9
test/hellosir.c0
Normal file
9
test/hellosir.c0
Normal file
@@ -0,0 +1,9 @@
|
||||
#use <conio>
|
||||
#use <string>
|
||||
|
||||
int main () {
|
||||
print("What's your name? ");
|
||||
string name = readline();
|
||||
print(string_join("Hello, ", string_join(name, "!\n")));
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user