diff options
-rw-r--r-- | gcd/README.md | 4 | ||||
-rw-r--r-- | leap-year/README.md | 6 | ||||
-rw-r--r-- | toggle-multilib/README.md | 5 |
3 files changed, 15 insertions, 0 deletions
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) |