Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- robn@pyro:~$ cat hello
- print("hello world")
- robn@pyro:~$ lua hello
- hello world
- robn@pyro:~$ python hello
- hello world
- robn@pyro:~$ js hello
- hello world
- robn@pyro:~$ perl -l hello
- hello world
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement