From who cares?, 1 Year ago, written in Python.
Embed
  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")
captcha