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

7 lines
107 B
C

#include <stdio.h>
int main() {
printf("Hello World!");
}//
// Created by Lennart Pecher on 28.03.25.
//