Guest User

Untitled

a guest
Jul 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. public string KarmsResult(string input)
  2. {
  3.   var result = "I will be not join you guys"; // great english ;)
  4.   if(input == "I am not busy saturday")
  5.   {
  6.     result = "I will join you guys";
  7.   }
  8.  
  9.   return result;
  10. }
Add Comment
Please, Sign In to add comment