Add main.c and update CI to build with gcc
Some checks failed
First CI / build (push) Has been cancelled

This commit is contained in:
2025-12-08 23:30:42 +01:00
parent 31f779152d
commit 9cb7e44220

View File

@@ -2,7 +2,7 @@ name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: build using gcc