poprawa bibliteki
Some checks failed
First CI / build (push) Failing after 9s

This commit is contained in:
Lokasty22 2024-11-26 14:05:52 +01:00
parent 4ee24e654c
commit a78865c286
2 changed files with 3 additions and 2 deletions

View File

@ -8,3 +8,4 @@ jobs:
- uses: actions/checkout@v4
- name: build using gcc
run: gcc -Wall -Werror main.c

View File

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