Lab7/main.c
LagsKing be2a10007f
All checks were successful
First CI / build (push) Successful in 11s
added lib stdio.h
2023-11-21 18:19:43 +01:00

6 lines
68 B
C

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