Informatik2/test.c
2025-03-28 12:09:01 +01:00

7 lines
77 B
C

#include <stdio.h>
int main() {
printf("Hello world!");
return 0;
}