Guest User

Untitled

a guest
May 23rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Vala 0.18 KB | None | 0 0
  1. public class HideAndSeek : Object {
  2.     public List<Covert> snitcher;
  3.  
  4.     private class Covert {
  5.         public int psst_i_am_not_here;
  6.     }
  7.  
  8.     public static int main () {
  9.         return 1;
  10.     }
  11. }
Add Comment
Please, Sign In to add comment