diff --git a/samples/hello_world.psy b/samples/hello_world.psy new file mode 100644 index 0000000..b4f7c58 --- /dev/null +++ b/samples/hello_world.psy @@ -0,0 +1,10 @@ +main : () -> i64 +{ + return 0; +} + +== build == +{ + = link "exe"; + = output "hello_world.exe"; +} \ No newline at end of file