static string literals
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
module main
|
||||
|
||||
extern func puts(text: ^u8)
|
||||
|
||||
func main(): i32 {
|
||||
core::println("Hello, world!")
|
||||
|
||||
let file = file::read_text("file.nub")
|
||||
puts(file)
|
||||
|
||||
core::println("Hello" + "World")
|
||||
return 0
|
||||
}
|
||||
Reference in New Issue
Block a user