first commit

This commit is contained in:
Lorenzo Torres 2025-12-16 14:21:41 +01:00
commit 46e1a1e2ce
8 changed files with 590 additions and 0 deletions

5
graph Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
zig build run 2>&1 >/dev/null | dot -Tpdf -o graph.pdf
zathura graph.pdf
rm graph.pdf