idk why i made this lmao

This commit is contained in:
2023-12-04 19:33:10 -05:00
commit 080cbc9fb0
4 changed files with 45 additions and 0 deletions

9
examples/example.hell Normal file
View File

@@ -0,0 +1,9 @@
import hell:std.ioutils
func
main(int argc, str argv[])
{
while (1) {
hell:std.ioutils.writeln("Hello\n");
}
}