a few comments for myself

This commit is contained in:
Andrew Haynes
2026-04-16 14:23:52 -04:00
parent b0ab87b119
commit 03d30f3d0b
+9
View File
@@ -1,3 +1,10 @@
/*
* Andrew Haynes
* dmm.dev@icloud.com
* No LICENSE
* Vector Library For C
*/
/*
* Types Wanted:
* Char
@@ -5,6 +12,8 @@
* Int
* String
*/
// Absolutely no AI is permitted when writing code.
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>