git.alexw.nyc home about git garden
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
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/