Intial Commit of starworld

This commit is contained in:
MayaTheShy
2025-11-08 13:39:53 -05:00
commit 2fc3ecc876
3120 changed files with 34117 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#![allow(dead_code)]
#[track_caller]
fn foo() {
let _location = std::panic::Location::caller();
}