Skip to content

markmacmahon/football-league

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

football-league

A command line java application that generates a football league table based on a file of result inputs.

test

 ./gradlew test -i 

run with gradle

./gradlew run --args 'src/test/resources/input-sample.txt'

build

 ./gradlew build 

run with java.exe

java -jar build/libs/football-league-0.1.0.jar src/test/resources/input-sample.txt

prerequisites

JDK 1.8

About

A demo application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages