repo.or.cz
/
rubydium.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
new world
[rubydium.git]
/
Project
/
main.m
blob
69d4941892296911110c52f31e19b44e6fa5fd17
1
#import <MacRuby/MacRuby.h>
2
3
int main(int argc, char *argv[])
4
{
5
return macruby_main("rb_main.rb", argc, argv);
6
}