Hello world/Web server: Difference between revisions

Content added Content deleted
m (-Category:Scala Implementations / moved Category to top)
Line 393: Line 393:
=={{header|Dylan.NET|Dylan.NET}}==
=={{header|Dylan.NET|Dylan.NET}}==
<lang Dylan.NET>
<lang Dylan.NET>
//compile with dylan.NET 11.2.9.6 or later!!
//compile with dylan.NET 11.5.1.2 or later!!
#refstdasm "mscorlib.dll"
#refstdasm "mscorlib.dll"
#refstdasm "System.dll"
#refstdasm "System.dll"
Line 406: Line 406:
namespace WebServer
namespace WebServer


class public auto ansi GoodByeWorld
class public GoodByeWorld
method public static void main(var args as string[])
method public static void main(var args as string[])