initial commit

This commit is contained in:
2025-06-03 17:32:37 +02:00
commit 7d9575aabd
6 changed files with 151 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bmp.h"
#define WIDTH 256
#define HEIGHT 256
#define COLOR_DEPTH 3