Created
June 28, 2014 02:02
-
-
Save sandersch/f1797ba1d1b30c56d049 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/tmp/rc cat c.rb | |
#!/usr/bin/ruby | |
puts 4 | |
-5 | |
~/tmp/rc ./c.rb | |
4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment