fix
Some checks failed
First CI / build (push) Failing after 7s

This commit is contained in:
JakubLaptop 2024-11-26 13:53:04 +01:00
parent d2205ce7e9
commit 20b6f97502

2
main.c
View File

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