Yulong

Results 3 comments of Yulong

sure, let me figure out how to

@jinxac I've add your email to uploader, please try. https://www.dartlang.org/tools/pub/cmd/pub-uploader

Made some small changes to the counter example from the starter guide, following is the sway code ``` contract; pub struct Foo { bar: u64, baz: bool } enum ColorError...