Fixed the warnings: included header
All checks were successful
First CI / build (push) Successful in 12s

This commit is contained in:
Sergey Cherepiuk 2023-11-23 16:23:00 +01:00
parent 8f1162246d
commit 93b9aa7b9c

2
main.c
View File

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