Advertisement
ekostadinov

C# Homework Exercise PrintHello

Sep 18th, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1. using System;
  2.  
  3.  
  4.     class PrintHello
  5.     {
  6.         static void Main()
  7.         {
  8.             Console.WriteLine("Hello, C#!");
  9.         }
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement