commit fa546b47a90c6c37fc2e2849da9bbfdb347da4fe Author: femsci Date: Thu Mar 28 19:10:57 2024 +0100 skele diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c789e87 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target/ +**.class diff --git a/README.md b/README.md new file mode 100644 index 0000000..78a26cb --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# PPJ + +This repository exists to archive PJATK tasks for the PPJ curriculum. + +Each task can be found under its **corresponding branch**: `task/n`. +Example: `task/2`.