...
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
module main
|
||||
|
||||
extern func puts(text: cstring)
|
||||
|
||||
struct Test
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
func main(args: []cstring): i64
|
||||
{
|
||||
puts("test")
|
||||
|
||||
return 0
|
||||
}
|
||||
Reference in New Issue
Block a user