A collection of fun code challenges of various programming languages. Each Monday a new one is added and each Thursday the solution is provided.
Prerequisities: Golang
Example: go run src/2021/week24/week24.go
Prerequisities: Python
Example: python3 src/2021/week46/week46.py
Prerequisities: Ruby
Example: ruby src/2021/week48/week48.rb
Prerequisities: Node
Example: node src/2021/week25/week25.js
Prerequisities: Node and running npm i
Example: npx ts-node src/2021/week42/week42.ts
Prerequisities: PostreSQL
Example: Connect to your local PostgreSQL instance and execute the file contents
Prerequisities: GitHub account
Example: Add the workflow file to one of your own repositories and trigger it accordingly