bmizerany (owner)

Revisions

gist: 183027 Download_button fork
public
Public Clone URL: git://gist.github.com/183027.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env macruby
 
framework 'Cocoa'
 
## I want something like this to work.
char *p = "testing"
 
## along side of this
10.times { puts p }