mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-21 23:12:03 -07:00
String support
This commit is contained in:
+2
-4
@@ -1,7 +1,5 @@
|
||||
add :: proc(x, y : int) -> (int, int) {
|
||||
return x+y, 1;
|
||||
}
|
||||
import "basic"
|
||||
|
||||
main :: proc() {
|
||||
|
||||
print_string("Hello, 世界");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user