This commit is contained in:
@@ -7,4 +7,5 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- 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()
|
||||
{
|
||||
printf("Halo, Welt!");
|
||||
|
||||
Reference in New Issue
Block a user