Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. // C# Hello World
  2. namespace Hello_World
  3. {
  4.     class Program
  5.     {
  6.         static void Main() //Kommentar
  7.         {
  8.             System.Console.WriteLine("Hello World!");
  9.         }
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement