hex read scanf

This commit is contained in:
2025-06-18 07:35:11 +03:00
parent 1216bc4a03
commit 45f7da58f9
3 changed files with 12 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#include <stdio.h>
#include "scanf_example_two_numbers.h"
#include "hex_read_scanf.h"
int main() {
scan_two_numbers();
hex_scan();
return 0;
}