removed print_toc function to cleanup logic

This commit is contained in:
2024-04-30 18:43:20 +02:00
parent 35dd33e3f2
commit abe168fa7c
2 changed files with 19 additions and 43 deletions

View File

@ -1,2 +1,5 @@
all:
go run main.go tests/test.md
go run *.go tests/test.md
clean:
rm -vf main