Advertisement
Guest User

oh

a guest
Jul 31st, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public class test:
  2. print("Hello, world!");
  3. print("Your name?");
  4. read name;
  5. if(name == "Emily"):
  6. print("Holy shit you're awesome.");
  7. elseif(name == "Splitty"):
  8. print("You're damn awesome!");
  9. else
  10. print("You fucking suck...");
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement