Advertisement
escapequotes

hello_worlc_c#

Dec 3rd, 2012
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.10 KB | None | 0 0
  1. class HelloWorldApp
  2. {
  3. static void
  4. Main()
  5. {
  6. System.Console.WriteLine("Hello, world!");
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement