Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created September 8, 2009 15:54
Show Gist options
  • Save bmizerany/183027 to your computer and use it in GitHub Desktop.
Save bmizerany/183027 to your computer and use it in GitHub Desktop.
#!/usr/bin/env macruby
framework 'Cocoa'
## I want something like this to work.
char *p = "testing"
## along side of this
10.times { puts p }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment