3 lines
71 B
C
3 lines
71 B
C
|
#include <stdio.h>
|
||
|
|
||
|
int main(void) { puts("Test facile"); return (0); }
|