repo.or.cz
/
jruby.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix for JRUBY-2882. Handle error messages related to constructors better
[jruby.git]
/
bench
/
shootout
/
hello.ruby
blob
36093608aa5ce169c5ce920bd61a242003ed3be8
1
#!/usr/bin/ruby
2
# -*- mode: ruby -*-
3
# $Id: hello.ruby,v 1.1.1.1 2004-05-19 18:10:16 bfulgham Exp $
4
# http://www.bagley.org/~doug/shootout/
5
6
puts
"hello world"