hex_scan code back

This commit is contained in:
Mert Gör 🇹🇷 2025-04-12 23:13:13 +03:00
parent 56fa9fee35
commit 7e3fed1bd5
Signed by: hwpplayer1
GPG Key ID: 03E547D043AB6C8F
2 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@
#ifndef HEX_READ_SCANF_H #ifndef HEX_READ_SCANF_H
#define HEX_READ_SCANF_H #define HEX_READ_SCANF_H
extern void hello(); extern void hex_scan();
#endif // HEX_READ_SCANF_H #endif // HEX_READ_SCANF_H
int main() int main()
{ {
hello(); hex_scan();
return 0; return 0;
} }

BIN
main Executable file

Binary file not shown.