8 lines
70 B
C
8 lines
70 B
C
#include <stdio.h>
|
|
|
|
|
|
int main() {
|
|
printf("%c\n", '\x37');
|
|
|
|
return 0;
|
|
} |