Implemented snake

This commit is contained in:
Zac Wilson 2025-07-06 11:02:55 +01:00
parent da5edb5cbf
commit 5ac79ce0ce
4 changed files with 223 additions and 2 deletions

3
snake/build.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
embuild::espidf::sysenv::output();
}