From fae7d4b32bb7eb408cf2afd5791db0301bc3b688 Mon Sep 17 00:00:00 2001 From: Moritz Poldrack Date: Wed, 14 Apr 2021 22:32:53 +0200 Subject: add problem READMEs --- gcd/README.md | 4 ++++ leap-year/README.md | 6 ++++++ toggle-multilib/README.md | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 gcd/README.md create mode 100644 leap-year/README.md create mode 100644 toggle-multilib/README.md diff --git a/gcd/README.md b/gcd/README.md new file mode 100644 index 0000000..63e27cf --- /dev/null +++ b/gcd/README.md @@ -0,0 +1,4 @@ +# GCD + +or [greatest common divisor](https://en.wikipedia.org/wiki/Greatest_common_divisor) +is a simple problem every CS student will encounter in their studies. diff --git a/leap-year/README.md b/leap-year/README.md new file mode 100644 index 0000000..171b287 --- /dev/null +++ b/leap-year/README.md @@ -0,0 +1,6 @@ +# Leap year + +Pretty much a testament to how fucked up our calendar system is. Every year +that is divisible by 4 is a leap year. Except when it is also divisible by +100, then it's not. Unless it is also divisible by 400; then it is a leap +year. Makes perfect sense, right? diff --git a/toggle-multilib/README.md b/toggle-multilib/README.md new file mode 100644 index 0000000..d889475 --- /dev/null +++ b/toggle-multilib/README.md @@ -0,0 +1,5 @@ +# toggle Multilib + +the Multilib-Repository is sometimes needed (usually because you want to play +games tbh). Find a way to switch it. Using bash. (or the shell to be more +general) -- cgit v1.2.3-70-g09d2