...
This commit is contained in:
8
examples/playgroud/test.nub
Normal file
8
examples/playgroud/test.nub
Normal file
@@ -0,0 +1,8 @@
|
||||
module test
|
||||
|
||||
extern "puts" func puts(text: ^i8)
|
||||
|
||||
func test()
|
||||
{
|
||||
puts("uwu")
|
||||
}
|
||||
Reference in New Issue
Block a user