DTEK0066 exercise 0 template
Tehtävänanto
Tehtävänanto löytyy kurssiportaalista.
Workflow
$ git clone https://gitlab.utu.fi/tech/education/ooj/ooj2023-exercise0
$ cd template-ooj
< tee tehtävät >
$ git add -A
$ git commit -m 'Add exercise implementations'
$ git remote add oma https://gitlab.utu.fi/omatunnus/ooj2023-exercise0
$ git push oma
< korjaa/täydennä tehtäviä >
$ git add -A
$ git commit -m 'Fix the exercise task 2'
$ git push oma
Using Maven
$ mvn clean
$ mvn compile
$ mvn test
$ mvn exec:java
$ mvn javafx:run
$ mvn surefire-report:report
Online report
See https://gitlab.utu.fi/tech/education/ooj/ooj2023-exercise0/pages
Your version: https://USERNAME.utugit.fi/ooj2023-exercise0/