commit c1558f767c73d7aebb2e5afab5c9cd164bba3af8 Author: Cory Balaton Date: Sun Sep 29 10:43:13 2024 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9412262 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +assignment +__pycache__ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..769f7c2 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# IN4050: Obligatory Assignment 1