Added single line comments
This commit is contained in:
parent
3664e74074
commit
2520681ad3
3 changed files with 104 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
// Comment
|
||||
main() {
|
||||
address := 4194304 + 1
|
||||
length := (0 + 50 - 20) * 10 / 100
|
||||
|
@ -7,10 +8,12 @@ main() {
|
|||
}
|
||||
}
|
||||
|
||||
// Comment
|
||||
print(address, length) {
|
||||
write(length-2, address, length)
|
||||
}
|
||||
|
||||
// Comment
|
||||
write(fd, address, length) {
|
||||
syscall(1, fd, address, length)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue