Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. using System;
  2. using System.Linq;
  3.  
  4. namespace KimTest
  5. {
  6. public class Program
  7. {
  8. public static void Main()
  9. {
  10. Console.WriteLine("Hello World");
  11. }
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement