Guest User

Untitled

a guest
Jul 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. class sol {
  2. notice("sol")
  3.  
  4. class net {
  5. notice("net")
  6.  
  7. class bob {
  8. notice("bob")
  9. }
  10. class 10 {
  11. notice("10")
  12. }
  13. }
  14. }
  15.  
  16. #include sol
  17. #include net
  18. #include 10
  19. #include sol::net
  20. #include sol::net::10
  21. include sol::net::bob
Add Comment
Please, Sign In to add comment