Files
lab7_ci_anton_ovod/main.c
Anton Ovod 8aa348d636
All checks were successful
First CI / build (push) Successful in 27s
Add library reference
2025-11-20 12:40:20 +01:00

7 lines
75 B
C

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