Files
Lab7/main.c
Yanoosh 79854e97ed
All checks were successful
First CI / build (push) Successful in 9s
main.c
2025-11-21 11:22:50 +01:00

6 lines
74 B
C

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