feat(01-bmpmafia): added nerdybmp program

This commit is contained in:
2025-02-05 16:31:05 +03:00
commit aac3bb56c8
6 changed files with 103 additions and 0 deletions

19
01-bmpmafia/README.md Normal file
View File

@ -0,0 +1,19 @@
# BMPMAFIA
> working with michaelsoft binbows® bitmap format
## 🤓 `nerdybmp`
just prints out some basic `.bmp` file properties
### build
```sh
make nerdybmp
```
### usage
```sh
build/nerdybmp some/path/to/file.bmp
```