7 lines
104 B
C
7 lines
104 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(void) {
|
|
printf("%x\n", 73);
|
|
return EXIT_SUCCESS;
|
|
} |