Skip to content

Instantly share code, notes, and snippets.

@tpanzarella
Created November 3, 2011 02:41
Show Gist options
  • Save tpanzarella/1335641 to your computer and use it in GitHub Desktop.
Save tpanzarella/1335641 to your computer and use it in GitHub Desktop.
Hello redsnake world!
#!/usr/bin/env python
from redsnake import *
@ruby
def hello_world(*args, **kwargs):
"""puts("Hello " + $0 + " world!")"""
pass
hello_world()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment