Files @ 665aa326769e
Branch filter:

Location: CSY/reowolf/src/runtime2/mod.rs

665aa326769e 51 B application/rls-services+xml Show Annotation Show as Raw Download as Raw
mh
add 'print' fn for testing, first test for new runtime
1
2
3
4
mod runtime;
mod messages;

#[cfg(test)] mod tests;