Empty program: Difference between revisions

Add Ecstasy example
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
(Add Ecstasy example)
Line 445:
=={{header|EchoLisp}}==
<syntaxhighlight lang="scheme">
</syntaxhighlight>
 
=={{header|Ecstasy}}==
<syntaxhighlight lang="java">
module EmptyProgram
{
void run()
{
}
}
</syntaxhighlight>
 
162

edits