START THE REWRITE OF THE INDEX SCHEDULER: index & register has been implemented

This commit is contained in:
Tamo
2022-09-06 16:43:59 +02:00
committed by Clément Renault
parent ab1800551f
commit 1a47949063
7 changed files with 453 additions and 9 deletions

View File

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}