...
This commit is contained in:
@@ -2,7 +2,6 @@ module core
|
||||
|
||||
extern func puts(text: ^u8)
|
||||
|
||||
export func print(text: string)
|
||||
{
|
||||
export func print(text: string) {
|
||||
puts(text.ptr)
|
||||
}
|
||||
Reference in New Issue
Block a user