Files
printf/README.md
2023-08-22 23:51:24 +03:00

8 lines
181 B
Markdown

# printf
~~This took printf("Hello world") and made it difficult~~
Group project to implement printf from scratch
## Structure
`test/` where all the tests lay
## Building **TODO**