+ Updates the readme file with the correct link for `2. Naked Expressions` exercise + Improves the readability
1.2 KiB
1.2 KiB
-
Observe how Go fixes semicolons for you.
-
Observe what happens when you use an expression without a statement.
-
Try using operators to combine expressions.
-
Use a package from Go Standard Library to print the current version of Go on your system. Or the system which will run your program.
-
Learn how to comment out.
-
Try godoc yourself.