idk why i made this lmao
This commit is contained in:
9
examples/example.hell
Normal file
9
examples/example.hell
Normal file
@@ -0,0 +1,9 @@
|
||||
import hell:std.ioutils
|
||||
|
||||
func
|
||||
main(int argc, str argv[])
|
||||
{
|
||||
while (1) {
|
||||
hell:std.ioutils.writeln("Hello\n");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user