Advertisement
Guest User

Connor

a guest
Feb 1st, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.32 KB | None | 0 0
  1. EXTRA FILE
  2.  
  3. using System.Facepalm;
  4.  
  5. namespace Code
  6. {
  7.     class ThisIsHowYouDoIt
  8.     {
  9.         public static String isIdiot(String name)
  10.     {
  11.         return "Yep. You're an Idiot";
  12.         }
  13.     }  
  14. }
  15.  
  16.  
  17.  
  18. MAIN FILE
  19.  
  20. using System.NoIdeaWhatYouWereDoingBefore;
  21.  
  22. namespace Code
  23. {
  24.  ThisIsHowYouDoIt.isIdiot("Connor");
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement