6 lines
84 B
C
6 lines
84 B
C
|
|
#include <stdlib.h>
|
||
|
|
#include <stdio.h>
|
||
|
|
|
||
|
|
int main(void) {
|
||
|
|
printf("%c\n", '\x37');
|
||
|
|
}
|