nooc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/nooc
Log | Files | Refs | LICENSE

commit 9d361b97dafc7bbda101f48a4ebd7edb97c796d2
parent 78d98dffe8fb229857a040fed5e1bc5cee679eb9
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Tue,  7 Dec 2021 11:44:37 -0600

remove prog.nc

we have tests now

Diffstat:
Dprog.nc | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/prog.nc b/prog.nc @@ -1,8 +0,0 @@ -let exit i64 = 60 -let write i64 = 1 -let stream i64 = 1 -loop { - syscall(write, stream, "hello\n", 6) - stream = 2 -} -syscall(exit, 0)