lang: add registry/namespace

This commit is contained in:
Schrottkatze 2024-06-06 12:59:30 +02:00
commit 3e2c5946c8
No known key found for this signature in database
8 changed files with 264 additions and 14 deletions

View file

@ -0,0 +1,8 @@
mod hello;
mod world {
mod meow {}
mod uwu {
mod test {}
mod meow {}
}
}