Added missing library
Some checks are pending
First CI / build (push) Waiting to run

This commit is contained in:
Daniel Mędrek
2025-12-09 11:20:50 +01:00
parent c80852a8bb
commit 8143ce6c81

2
main.c
View File

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