5 lines
No EOL
83 B
Text
5 lines
No EOL
83 B
Text
import os
|
|
|
|
write(buffer []byte) -> int {
|
|
return os.write(0, buffer, len(buffer))
|
|
} |