directory
0.0.0-20240103054251-8861f3557066
Repository: https://github.com/vjammi/go-learn.git
Documentation: pkg.go.dev
# Packages
Switch
A switch statement is a shorter way to write a sequence of if - else statements.
Exercise: Loops and Functions
As a way to play with functions and loops, let's implement a square root function: given a number x, we want to find the number z for which z² is most nearly x.
No description provided by the author
No description provided by the author