Working example
This commit is contained in:
10
src/external/mod.rs
vendored
10
src/external/mod.rs
vendored
@@ -1,4 +1,8 @@
|
||||
mod numbers;
|
||||
mod num;
|
||||
mod assertion_error;
|
||||
|
||||
use numbers::Multiply2;
|
||||
pub mod std;
|
||||
mod conv;
|
||||
mod str;
|
||||
mod cpsio;
|
||||
mod runtime_error;
|
||||
mod bool;
|
||||
|
||||
Reference in New Issue
Block a user