Files
Laboratorium7/main.c
WikMat 10b1436b1a
All checks were successful
First CI / build (push) Successful in 7s
Add stdio.h
2025-12-08 23:51:15 +01:00

7 lines
75 B
C

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