Created
October 15, 2013 20:01
-
-
Save StlTenny/6997749 to your computer and use it in GitHub Desktop.
Vim/Slime/Screen Test
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
first = "This is a test" | |
second = " to see if our slimey screen works" | |
third = first + second | |
puts third |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment