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,3 +1,7 @@
2025-08-19 Mert Gör <hwpplayer1@masscollabs>
* c-basic/main.c (main): starting again
2025-08-13 Mert Gör <hwpplayer1@masscollabs>
* c-basic/CSD-C-Basic-Book/C.pdf: Kitap yeniden ele alınmakta CSD dalı sayfa 4 Sayı Sistemleri

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;
}