From fa546b47a90c6c37fc2e2849da9bbfdb347da4fe Mon Sep 17 00:00:00 2001 From: femsci Date: Thu, 28 Mar 2024 19:10:57 +0100 Subject: [PATCH] skele --- .gitignore | 2 ++ README.md | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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`.