6 行
149 B
Ruby
可執行檔
6 行
149 B
Ruby
可執行檔
#!/usr/bin/env ruby
|
|
require File.expand_path('../lib/lorchess.rb', File.dirname(__FILE__))
|
|
|
|
table = LORChess::RoundRobinTable.new
|
|
puts table.to_html
|