culling old projects

This commit is contained in:
Nicholas Orlowsky 2025-02-17 21:22:48 -05:00
parent a0ddfc8bb0
commit adfc77797a
Signed by: nickorlow
GPG key ID: 838827D8C4611687
12 changed files with 0 additions and 1 deletions

1
squirrel_core/src/main.rs Normal file → Executable file
View file

@ -59,7 +59,6 @@ fn value_expression() -> anyhow::Result<()> {
parser::command::Command::value_expression_from_string(String::from(string)).is_ok(),
false
);
}
}
}