Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- //Modify the previous application to print your name. Ensure you have named the
- //application well (e.g. “PrintMyName”).
- class PrintMyName
- {
- static void Main()
- {
- Console.WriteLine("Georgi");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement