Advertisement
konalisp

hello.cs

Sep 4th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1. using System;
  2.  
  3. public class HelloWorld {
  4.     static public int Main () {
  5.         Console.WriteLine("Hello Mono World");
  6.         Console.ReadLine();
  7.         return 0;
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement