mirror of https://github.com/flysand7/ciabatta.git
8 lines
74 B
C
8 lines
74 B
C
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int main() {
|
||
|
fputc('Z', stdout);
|
||
|
return 0;
|
||
|
}
|