6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
|
#!/usr/bin/env ruby
|
||
|
require File.expand_path('../lib/lorchess.rb', File.dirname(__FILE__))
|
||
|
|
||
|
table = LORChess::TournamentTable.new
|
||
|
puts table.to_html
|