Skip to content

Commit dae27c6

Browse files
author
jgkim
committed
Added a Rakefile.
1 parent b529686 commit dae27c6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Rakefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/ruby -wKU
2+
3+
task :default => :run
4+
5+
task :run do
6+
require './lib/hello'
7+
end
8+

0 commit comments

Comments
 (0)