Files
rbproj/main.rb
2025-08-24 09:15:17 +02:00

7 lines
70 B
Ruby

#! /usr/bin/env ruby
def main
end
main if __FILE__ == $PROGRAM_NAME