This commit is contained in:
2026-03-20 23:12:46 +01:00
parent ac5c9eeaa0
commit 582d876abf
6 changed files with 70 additions and 43 deletions

View File

@ -35,6 +35,9 @@ pub struct Printer<T: 'static + Display>
#[input]
input: In<T>,
#[output]
output: Out<T>,
n: usize,
}