c-course/c-basic/main.c

11 lines
91 B
C

#include <stdio.h>
#include "hex_read_scanf.c"
int main()
{
hex_scan();
return 0;
}