Advertisement
nahidjamalli

Lesson #3

Feb 27th, 2020
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. using System;
  2.  
  3. namespace MyNamespace
  4. {
  5.     class MyProgram
  6.     {
  7.         static void Main(string[] args)
  8.         {
  9.             global::MyNamespace.MyProgram mp = new global::MyNamespace.MyProgram();
  10.  
  11.             Console.WriteLine("Hello!");
  12.         }
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement