Skip to content

fridis/fuzion_aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Fuzion Advent of Code

Advent of Code solutions using Fuzion

The goal is to use Fuzion to solve Advent-of-Code tasks and to learn from this to improve the Fuzion base library and maybe even the Fuzion language itself.

See Advent of Code for details.

I leave dirty versions of the code with comments on what should be improved in Fuzion in the repositories as a reminder for what to fix. The clean versions might get improved over time as Fuzion gets improved.

To run the code, you will first have to check out and build Fuzion and set $FUNION to the build directory. Then change to the corresponding directory in this repository and do

 > make test

to run the example with the test data and

 > make

to run it using the real data.

About

Advent of Code solutions using Fuzion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published