setup compiler

This commit is contained in:
Christian Nieves
2024-12-07 21:05:06 -06:00
commit 4217a937ee
5 changed files with 4841 additions and 0 deletions

3
src/snake/main.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
App::new().add_plugins(DefaultPlugins).run();
}