usaa2019/usaa19cv1/program.c
Matúš Naď 58cef4af12 all
2019-09-23 16:00:00 +02:00

6 lines
51 B
C

#include <stdio.h>
int main() {
printf("Ahoj");
}