Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.35 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.35 KB

INSAlgo 2024 Code Golf Contest

My different solutions for INSAlgo 2024 Code Golf Contest.

Thanks jimmywengzj for the competition and big wp :)

05AB1E

I mostly used 05AB1E golfing language with the legacy python version.

For the 05AB1E solutions :

  • [DAY].abe is the base code.

  • [DAY]_commented.abe is the commented version.

  • [DAY].05AB1E is the submitted code.

    It is encoded in osabie encoding to reduce file size.

    Encoded from [DAY].abe using osabie-encode.

    Needs osabie -c flag to run.

Flake

The flake provides a nix shell with the dependencies needed to run the different programs :