summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-03-18 13:16:30 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-03-18 13:16:30 +0100
commit069304a75fa5d14b11d4fee999588530a0535cd3 (patch)
tree86a6cb2047a940699dd6e018556047569f7e0234 /README.md
parent4236ea42a15aaebeb6d1a872f78fafb2b1804c5a (diff)
downloadprobe-069304a75fa5d14b11d4fee999588530a0535cd3.tar.gz
Added BMP header reader in D language
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 01c639e..e2dfcb9 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,7 @@ running it.
| [zig-elf](./zig-elf) | zig-0.14.0 | Read execution header of Elf64 format in Zig. |
| [c-bluetooth](./c-bluetooth) | clang-17 | Scans for all Bluetooth devices. |
| [d-x11](./d-x11) | dmd-2.110 | Uses X11 to create a basic window without any bindings needed. |
+| [d-bmp-header](./d-bmp-header) | dmd-2.110 | Reads BMP image header and prints the information out. |
## License