From 4d510a422df1963742cc2d0f10d43d36b0cfa58b Mon Sep 17 00:00:00 2001 From: Mike de Geofroy <59496187+mikedegeofroy@users.noreply.github.com> Date: Sun, 9 Jun 2024 19:30:19 +0300 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..838c576 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Object Oriented Programming in C# + +These are the labworks of my university object oriented programming course. Looking back, I'm glad I took it, it was good fun and kind of broke and re.. a guess reinvented (for lack of a better word) the way I write code, honnestly, I wish I took this course earlier. + +You can find all of the assignments [here](https://litmo.notion.site/is-oop-y26-3d98c649fe5c42ed9699df11e2058880).