diff --git a/lib/os/OS.snow b/lib/os/OS.snow new file mode 100644 index 0000000..f985171 --- /dev/null +++ b/lib/os/OS.snow @@ -0,0 +1,11 @@ +module: Main + import: os + function: print + parameter: + declare i1: int + return_type: void + body: + syscall("PRINT",i1) + end body + end function +end module \ No newline at end of file