Expand initial README

This commit is contained in:
vedri 2021-08-08 14:11:51 +02:00
parent e29866d95b
commit a361a0b0f2
1 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# blog-files
# Blog Files
Some files referenced in posts I make elsewhere on the web.
Blog Files is a repository for all the assorted files I reference in other posts around the internet. This is to make them easy to download without any copy-paste shenanigans. The files are sorted into folders, each with it's own README file that outlines the intended usage.
## Index
[Makefile](/2105-makefile/README.md) contains a simple makefile for C files.
[Compare SHA sums](/2108-compare/README.md) contains a short program written in C that compares two SHA sums.