hex_scan code back
All checks were successful
ci/woodpecker/push/build Pipeline was successful

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

View file

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

BIN
main Executable file

Binary file not shown.