Informatik2_Pr/helloworld.c

7 lines
104 B
C

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