Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. bundle Default {
  2.   class SayHello{
  3.     function : Main(args : String[]) ~ Nil {
  4.       "Hello World!"->PrintLine();
  5.     }
  6.   }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement