Guest User

Untitled

a guest
Feb 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. using System;
  2.  
  3. public static class Hello {
  4. public static void SayIt() {
  5. Console.WriteLine("hello world");
  6. }
  7. }
Add Comment
Please, Sign In to add comment