ADD: main.c , UPD: ci.yml
Some checks failed
First CI / build (push) Failing after 21s

This commit is contained in:
holek363
2025-11-20 13:12:26 +01:00
parent 8454f89ce1
commit 892cfd81c5
2 changed files with 10 additions and 2 deletions

View File

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