Advertisement
Benya365

Fucked up

Aug 29th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.25 KB | None | 0 0
  1. using System;
  2.  
  3. class fuckedup
  4. {
  5.     public static void Main()
  6.     {      
  7.         Console.Write ("Enter your name:\t");
  8.         string username = Console.ReadLine();
  9.         Console.WriteLine("It was at this moment {0} knew - he fucked up", username);
  10.         Console.ReadKey();
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement