100-days-of-rust/Week-12/Day-78_A-Number-Without-Numbers/README.md

6 lines
324 B
Markdown
Raw Normal View History

2023-03-24 01:38:35 +00:00
## 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.