This commit is contained in:
nub31
2026-02-27 23:00:48 +01:00
parent ecb628c4c2
commit e7aad861d3
3 changed files with 2 additions and 5 deletions

View File

@@ -2,7 +2,6 @@ module core
extern func puts(text: ^u8)
export func print(text: string)
{
export func print(text: string) {
puts(text.ptr)
}