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: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - name: Printing hello
- name: build using gcc run: echo "Hello, "
run: gcc -Wall -Werror main.c

6
main.c
View File

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