init commit

This commit is contained in:
PewkaP 2024-11-22 13:34:16 +01:00
commit 5d14f7f062
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello, 😀"

0
main.c Normal file
View File