Informatik2/test2.c
2025-03-28 12:18:40 +01:00

5 lines
60 B
C

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