c-main
This commit is contained in:
parent
a3ff684ad9
commit
294655ec15
@ -6,3 +6,4 @@ jobs:
|
||||
steps:
|
||||
- name: Printing hello
|
||||
run: echo "Hello, "
|
||||
run: gcc -wall -werror main.c
|
||||
|
4
main.c
Normal file
4
main.c
Normal file
@ -0,0 +1,4 @@
|
||||
int main(){
|
||||
printf("Hello world!");
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user