Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- namespace My_Awesome_Program
- {
- class My_Awesome_Program
- {
- static void Main(string[] args)
- {
- Console.WriteLine("Hello World!");
- // Wait before closing
- Console.ReadKey();
- }
- }
- }
Add Comment
Please, Sign In to add comment