commit 07b6ed5a349fc439401c7a8020fdedaa51a9ea0b Author: Kwarde Date: Sat Jul 5 00:49:46 2025 +0200 Init repo diff --git a/README.md b/README.md new file mode 100644 index 0000000..6c9ec92 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +Minimal C-like library written in x64 assembly (Intel 64) - let's call it C-. +NOT usable for production - written for study purposes only.