From a33d6580a66f0920a44207babc85d2ace7d52102 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Mon, 5 May 2025 18:45:11 +0000 Subject: Adding README.md --- .gitignore | 2 ++ README.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a1d1735 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target/ +*pdf diff --git a/README.md b/README.md new file mode 100644 index 0000000..b63b776 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Aporia 25 + +Aporia 2025 (analytic) edition. + +[![CC BY 4.0][cc-by-shield]][cc-by] + +This work is licensed under a +[Creative Commons Attribution 4.0 International License][cc-by]. + +[![CC BY 4.0][cc-by-image]][cc-by] + +[cc-by]: http://creativecommons.org/licenses/by/4.0/ +[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png +[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg -- cgit v1.2.3