cscg24-lolpython

CSCG 2024 Challenge 'Can I Haz Lolpython?'
git clone https://git.sinitax.com/sinitax/cscg24-lolpython
Log | Files | Refs | sfeed.txt

README (194B)


      1An example showing how to use Python optimized mode.
      2To run:
      3
      4  - First run 'python calc.py'
      5
      6  - Then run 'python -OO calc.py'
      7
      8If working corretly, the second version should run the
      9same way.