Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /******************************************************************************
- Online C# Compiler.
- Code, Compile, Run and Debug C# program online.
- Write your code in this editor and press "Run" button to execute it.
- *******************************************************************************/
- using System;
- class HelloWorld {
- static void Main() {
- Console.WriteLine("Hello World");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement