first steps

This commit is contained in:
2024-11-08 18:39:38 +01:00
parent 08b0bce492
commit e2bded0456
10 changed files with 74 additions and 1 deletions

6
src/main.c Normal file
View File

@@ -0,0 +1,6 @@
#include "main.h"
#include <stdio.h>
int main(void) {
puts(GREEN_COLOR "Running cws..." RESET_COLOR);
}