From who cares?, 2 Years ago, written in Python.
Embed Show code
  1. from rich.traceback import install
  2. install()
  3. from rich.console import Console
  4. c = Console()
  5.  
  6. c.print("01001110011011110111010001101000011010010110111001100111")
  7. c.print("try to decode")
1
2
3
4
5
6
7
 
from rich.traceback import install
install()
from rich.console import Console
c = Console()
 
c.print("01001110011011110111010001101000011010010110111001100111")
c.print("try to decode")
captcha