Guest User

Untitled

a guest
Apr 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2. include('ice/app.php');
  3. app(array(
  4. '.*' => 'Welcome'
  5. ));
  6.  
  7. class Welcome
  8. {
  9. public function get()
  10. {
  11. print "Hello from North Pole";
  12. }
  13. }
Add Comment
Please, Sign In to add comment