Advertisement
Guest User

Untitled

a guest
Sep 14th, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. use World;
  2. class Hello {
  3. World::say()
  4. }
  5.  
  6. class Hello {
  7. use world;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement