6 řádky
149 B
Ruby
Spustitelný soubor
6 řádky
149 B
Ruby
Spustitelný soubor
#!/usr/bin/env ruby
|
|
require File.expand_path('../lib/lorchess.rb', File.dirname(__FILE__))
|
|
|
|
table = LORChess::TournamentTable.new
|
|
puts table.to_html
|