The birthday paradox states that if 23 people were in a room, the chance that two of them share a birthday is about 50%. I thought this was interesting so I made a small program to simulate this.
To run project. Output will be logged in the console.
$ deno run src/main.ts