Advertisement
kuruku

PrintMyName

Apr 14th, 2014
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.24 KB | None | 0 0
  1. using System;
  2.  
  3. //Modify the previous application to print your name. Ensure you have named the
  4. //application well (e.g. “PrintMyName”).
  5.  
  6. class PrintMyName
  7. {
  8.     static void Main()
  9.     {
  10.         Console.WriteLine("Georgi");
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement