Added define operator

This commit is contained in:
2024-06-15 11:36:57 +02:00
parent 65791ea5a1
commit cf696a6f10
9 changed files with 51 additions and 51 deletions

View File

@ -1,7 +1,7 @@
main() {
write := 1
exit := 60
stdout := 1
exit := 60
syscall(write, stdout, 4194305, 3)
syscall(exit, 0)