shitfuckanalsex

This commit is contained in:
2025-07-18 20:54:54 +02:00
parent 92cc9f6384
commit b2e2d27a2a
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
name: Compile
on:
push:
branches:
- '*'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build with cargo (release)
run: cargo build --release

0
font8x8_basic.bin Normal file
View File