Add Ruby routines for generating the tournament table.
This commit is contained in:
5
bin/lorchess
Executable file
5
bin/lorchess
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../lib/lorchess.rb', File.dirname(__FILE__))
|
||||
|
||||
table = LORChess::TournamentTable.new
|
||||
puts table.to_html
|
Reference in New Issue
Block a user