„Hello World!“ in C Veröffentlicht am Fr, 25. Oktober 2024 von Fred #include <stdio.h> int main() { printf("Hello world!"); return 0; }