Added fmt package
This commit is contained in:
parent
cac2bad2fe
commit
08ea91f46c
11 changed files with 25 additions and 20 deletions
5
lib/io/write.q
Normal file
5
lib/io/write.q
Normal file
|
@ -0,0 +1,5 @@
|
|||
import sys
|
||||
|
||||
write(fd int, buffer []byte) -> int {
|
||||
return sys.write(fd, buffer, len(buffer))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue