Hello fix2
All checks were successful
First CI / build (push) Successful in 3s

This commit is contained in:
GrzegorzRog22 2024-11-25 10:51:00 +01:00
parent ce608b11e5
commit b5dc5e40b0
2 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,7 @@ on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Printing hello - name: Printing hello
run: echo "Hello nad welcome" run: echo "Hello nad welcome"

1
main.c
View File

@ -0,0 +1 @@
#include <stdio.h>