Dead end with macros

This commit is contained in:
2023-03-05 19:55:38 +00:00
parent ca23edabe4
commit b9d47c3181
30 changed files with 1518 additions and 332 deletions

4
src/external/mod.rs vendored Normal file
View File

@@ -0,0 +1,4 @@
mod numbers;
mod assertion_error;
use numbers::Multiply2;