22 lines
231 B
Plaintext

main() {
hello()
}
hello() {
write := 1
stdout := 1
address := 0
length := 0
address += 4194304
address += 1
length += 50
length -= 20
length *= 10
length /= 100
loop {
syscall(write, stdout, address, length)
}
}