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