Working example

This commit is contained in:
2023-03-10 13:58:16 +00:00
parent 35a081162f
commit 180ebb56fa
62 changed files with 1487 additions and 372 deletions

10
src/external/mod.rs vendored
View File

@@ -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;