Gwilherm

Results 3 issues of Gwilherm

Hello, I first wrote this solution for the first part of option2 and it was marked as correct ```rust fn main() { let optional_value = Some(String::from("rustlings")); // TODO: Make this...

C-potential-rewrite

Hello, I wrote a class to control a touchpad piano module. That class can have 3 different behaviours: * Standard (default): polyphonic touch and release * Hold: polyphonic touch and...

Hello, Here is a change I made for a need I have. I have a project of control surface with a set of push buttons. I wanted to make them...