Skip to content

alessandrodalbello/google-hash-code

Repository files navigation

Google Hash Code

build java: jdk11 license: MIT

Have fun with Google Hash Code competition! 🤓💻

How to

  • Build and package all the modules (from project root):

    $ mvn clean package
  • Run from executable JAR (from module):

    $ java -jar target/<MODULE_ARTIFACT_NAME>-exec.jar <ARGUMENTS>

    for instance

    $ java -jar target/hashcode-practice-2020-exec.jar a b c d e
  • Zip source code into an archive (from module):

    $ mvn clean assembly:single@zip-source-code