Hi,
I want to add to Conditionals Switch in Go on Exercism
An example of more than one value
For example:
case “windows”, “linux”:
// do something if the operating system is windows or linux
Hi,
I want to add to Conditionals Switch in Go on Exercism
An example of more than one value
For example:
case “windows”, “linux”:
// do something if the operating system is windows or linux