feat: initial commit

This commit is contained in:
2025-07-05 00:07:04 +02:00
commit 2668db0f18
14 changed files with 3679 additions and 0 deletions

6
metadata.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "C Struct Practice",
"description": "An interactive web application to practice C language data structures (structs) through a series of guided exercises. Users can write code, submit it for validation, and receive detailed feedback and solutions.",
"requestFramePermissions": [],
"prompt": ""
}