first steps
This commit is contained in:
6
src/main.c
Normal file
6
src/main.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "main.h"
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
puts(GREEN_COLOR "Running cws..." RESET_COLOR);
|
||||
}
|
||||
Reference in New Issue
Block a user