main() { hello() } hello() { one := 1 write := one stdout := one address := 4194305 length := 3 syscall(write, stdout, address, length) }