This commit is contained in:
parent
4ee24e654c
commit
a78865c286
@ -7,4 +7,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: build using gcc
|
- name: build using gcc
|
||||||
run: gcc -Wall -Werror main.c
|
run: gcc -Wall -Werror main.c
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
#include stdio.h
|
#include <stdio.h>
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
printf("Halo, Welt!");
|
printf("Halo, Welt!");
|
||||||
|
Loading…
Reference in New Issue
Block a user