Hello World in Oxygene
suggest changenamespace HelloWorld; interface type App = class public class method Main(args: array of String); end; implementation class method App.Main(args: array of String); begin Console.WriteLine('Hello World'); end; end.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents