Hello world/Web server: Difference between revisions

m (-Category:Scala Implementations / moved Category to top)
Line 393:
=={{header|Dylan.NET|Dylan.NET}}==
<lang Dylan.NET>
//compile with dylan.NET 11.25.91.62 or later!!
#refstdasm "mscorlib.dll"
#refstdasm "System.dll"
Line 406:
namespace WebServer
 
class public auto ansi GoodByeWorld
method public static void main(var args as string[])
Anonymous user