starting again, hello code...

This commit is contained in:
2025-08-19 18:50:03 +03:00
parent b517e2d4c7
commit 19720d5156
2 changed files with 8 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
#include <stdio.h>
#include "hex_read_scanf.h"
int main() {
hex_scan();
return 0;
printf("starting....\n");
return 0;
}