This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
HelloWorld/eeyorelang/main.eyr
2022-05-24 11:03:27 +02:00

4 lines
63 B
Text

func main(): int {
stdout.puts("Hello World");
return 0;
}