Compare commits

..

No commits in common. "0389df3010fae6929b04fe5caf392afecc22c2ad" and "ffcee0d75ae6ff1243ef3c907e63b0d1aa866390" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View File

@ -5,6 +5,5 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build using gcc
run: gcc -Wall -Werror main.c
- name: Printing hello
run: echo "Hello, "

6
main.c
View File

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