Fixed main.c
All checks were successful
First CI / build (push) Successful in 8s

This commit is contained in:
Jakub Patkowski 2024-11-22 13:43:49 +01:00
parent 2211f14a7a
commit b8d52983f9

2
main.c
View File

@ -1,3 +1,5 @@
#include <stdio.h>
int main()
{
printf("Halo, Welt!");