mjc65

Lesson 1.1c

Apr 29th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. using System;
  2. namespace Lesson01
  3. {
  4.     class Program
  5.         {
  6.             static void main(string[] args)
  7.                 {
  8.                     Console.WriteLine("Hello, World! This is my first C# program");
  9.                 }
  10.         }
  11. }
Add Comment
Please, Sign In to add comment