Refactored code structure
This commit is contained in:
@ -5,7 +5,7 @@ main() {
|
||||
}
|
||||
|
||||
print(address, length) {
|
||||
write(length-2, address, length)
|
||||
write(1, address, length)
|
||||
}
|
||||
|
||||
write(fd, address, length) {
|
||||
|
Reference in New Issue
Block a user