This website works better with JavaScript.
Explore
Help
Sign In
IDontCode
/
eon
Watch
1
Star
0
Fork
You've already forked eon
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
02183ac8e3
master
V0.9.6
win-64
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '02183ac8e3'
${ noResults }
eon
/
examples
/
hello_world.dn
8 lines
95 B
Raw
Normal View
History
Unescape
Escape
V0.9.2
5 years ago
def Main : {
- debugged/fixed some issues. - issue with functions causing stack overflow (ex function and linked lists)
5 years ago
printf["hello world"];
printf["wtf2"];
printf["wtf1"];
V0.9.2
5 years ago
};
- debugged/fixed some issues. - issue with functions causing stack overflow (ex function and linked lists)
5 years ago
call Main;