Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // hello.cs
- // paulogp
- using System;
- public class Hello
- {
- public static int Main(string[] args)
- {
- Console.WriteLine("Hello, World!");
- return 0;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement