examples
examples copied to clipboard
remove readargs from Arithmetic example
In line with the goal "The code snippet of the example should concisely provide the code that the user is looking for.", readargs should not be demonstrated in the Arithmetic example. We should just use fixed values instead of cli args.
We should have another example to demonstrate command line args: https://github.com/roc-lang/examples/issues/39