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