Initial tricolor implementation

This commit is contained in:
2026-01-22 07:49:30 -08:00
parent 1a0906206a
commit 6cc85491cf
8 changed files with 68 additions and 39 deletions

10
.clangd
View File

@ -1,5 +1,13 @@
CompileFlags:
Add: [-std=c11, -Wall, -Wpedantic, -xc, -D_POSIX_C_SOURCE=199309L]
Add:
[
-std=c11,
-Wall,
-Wpedantic,
-xc,
-D_POSIX_C_SOURCE=199309L,
"-fsanitize=address,undefined",
]
Compiler: gcc
---
If: