compartmentalised
parent
6077534fc8
commit
aa7b3f6f78
@ -1,10 +1,4 @@
|
|||||||
mod strings;
|
mod strings;
|
||||||
pub mod structs;
|
pub mod structs;
|
||||||
|
|
||||||
pub fn info(a: String) {
|
pub use strings::*;
|
||||||
strings::info(a);
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn crash(a: String, b: i32) {
|
|
||||||
strings::crash(a, b);
|
|
||||||
}
|
|
Loading…
Reference in New Issue