Files
Lab7/main.c
Oleh 84631ce6f3
All checks were successful
First CI / build (push) Successful in 10s
edit main.c
2025-11-21 12:08:39 +01:00

7 lines
76 B
C

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