Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- class fuckedup
- {
- public static void Main()
- {
- Console.Write ("Enter your name:\t");
- string username = Console.ReadLine();
- Console.WriteLine("It was at this moment {0} knew - he fucked up", username);
- Console.ReadKey();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement