Files
itc.betriebssysteme/pa-03/a1/hello.c
2025-11-24 10:36:08 +01:00

6 lines
75 B
C

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