Advertisement
ada1711

Untitled

May 11th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. /******************************************************************************
  2.  
  3. Online C# Compiler.
  4. Code, Compile, Run and Debug C# program online.
  5. Write your code in this editor and press "Run" button to execute it.
  6.  
  7. *******************************************************************************/
  8.  
  9. using System;
  10. class HelloWorld {
  11. static void Main() {
  12. Console.WriteLine("Hello World");
  13. }
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement