Work on custom binaries

This commit is contained in:
Michael Mikovsky
2026-01-30 14:05:07 -07:00
parent b2fe85a698
commit 82d8e1ba10
21 changed files with 217 additions and 278 deletions
+5
View File
@@ -0,0 +1,5 @@
use unshell::info;
pub fn log_test_fn() {
info!("Testttttttt");
}