100-days-of-rust/Week-12/Day-78_A-Number-Without-Numbers/README.md
2023-03-23 21:38:35 -04:00

324 B

A number without numbers

Now that it's (almost) 2021, it's time for a code question involving the number 2021.

Your task is to make a program that prints the number 2021, without using any of the characters 0123456789 in your code, and independently of any external variables such as the date or time or a random seed.