Advertisement
robn

Untitled

Jun 5th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. robn@pyro:~$ cat hello
  2. print("hello world")
  3. robn@pyro:~$ lua hello
  4. hello world
  5. robn@pyro:~$ python hello
  6. hello world
  7. robn@pyro:~$ js hello
  8. hello world
  9. robn@pyro:~$ perl -l hello
  10. hello world
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement