This commit is contained in:
parent
1de4434f6b
commit
53ca928480
5
.gitea/main.c
Normal file
5
.gitea/main.c
Normal file
@ -0,0 +1,5 @@
|
||||
int main()
|
||||
{
|
||||
printf("Halo, Welt!");
|
||||
return 0;
|
||||
}
|
@ -5,5 +5,6 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Printing hello
|
||||
run: echo "Hello, World"
|
||||
- uses: actions/checkout@v4
|
||||
- name: build using gcc
|
||||
run: gcc -Wall -Werror main.c
|
Loading…
x
Reference in New Issue
Block a user