11 lines
91 B
C
11 lines
91 B
C
#include <stdio.h>
|
|
#include "hex_read_scanf.c"
|
|
|
|
int main()
|
|
{
|
|
|
|
hex_scan();
|
|
|
|
return 0;
|
|
}
|