Advertisement
yahorrr

Untitled

Feb 6th, 2022
1,195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.62 KB | None | 0 0
  1. public static void SayHelloUser(string userName)
  2.         {
  3.             Console.WriteLine($"Hello, {userName}!");
  4.             throw new NotImplementedException();
  5.         }
  6.        
  7.         public static void PrintFace()
  8.         {
  9.             Console.WriteLine($" +\"\"\"\"\"+{Environment.NewLine}" +
  10.                               $"(| o o |){Environment.NewLine}" +
  11.                               $" |  ^  |{Environment.NewLine}" +
  12.                               $" | '-' |{Environment.NewLine}" +
  13.                               $" +-----+{Environment.NewLine}");
  14.             throw new NotImplementedException();
  15.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement