Skip to content

Instantly share code, notes, and snippets.

@ivanceras
Created April 12, 2022 14:53
Show Gist options
  • Save ivanceras/f16065697d8828141117be4927548f2c to your computer and use it in GitHub Desktop.
Save ivanceras/f16065697d8828141117be4927548f2c to your computer and use it in GitHub Desktop.
Msg
enum Msg {
Increment,
Decrement,
Reset,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment