core: init

This commit is contained in:
nym21
2025-02-24 14:08:51 +01:00
parent bc7a76755b
commit 53175c9ed7
65 changed files with 444 additions and 424 deletions

View File

@@ -4,8 +4,6 @@ use brk_computer::Computer;
use brk_indexer::Indexer;
use hodor::Exit;
mod structs;
pub fn main() -> color_eyre::Result<()> {
color_eyre::install()?;