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