This commit is contained in:
2025-08-21 11:59:06 +02:00
parent e620dfc6e3
commit 13bed3d48a
13 changed files with 307 additions and 236 deletions

View File

@@ -0,0 +1,7 @@
module cloudslices
pub struct NodeSim {
Node
pub mut:
cost f64 //free
}