7 lines
70 B
Ruby
7 lines
70 B
Ruby
#! /usr/bin/env ruby
|
|
|
|
def main
|
|
end
|
|
|
|
main if __FILE__ == $PROGRAM_NAME
|