with objects

This commit is contained in:
2023-01-30 20:44:48 +01:00
parent 910ff4a72e
commit 5fef514801
14 changed files with 962 additions and 99 deletions

View File

@@ -1 +1,7 @@
pub struct Scalar(String);
pub struct Boolean(bool);
pub struct Int(isize);
pub trait Input {}