git.alexw.nyc home about git garden
dusk-aoc -
git clone https://git.alexw.nyc/dusk-aoc.git
2022
2023
misc
.gitignore
LICENSE
README

Advent of Code in Dusk OS Forth
===============================

Watch me live at https://twitch.tv/0000 or subscribe to https://youtube.com/@alexwennerberg for updates! Starting 2023 on December 1!

I'm using linux as a host system + qemu or the c emulator. I keep a separate clone of duskos in another directory.
To execute inside dusk repo:

Once
```
ln -f [path-to-core.fs] fs/aoc/input
ln -f [path-to-core.fs] fs/aoc/core.fs
```

add to `init.fs`
```
f<< /aoc/solve.fs to xcomp/init.fs
```

run
```
make run # or make pcrun
```

After all days, I'll make it easier to solve all problems together.

Each answer should print:
```
part 1
part 2
```

http://duskos.org/