Numeral Systems - Decimal

Part of Golang Mastery course

~15 min read
Interactive
Hands-on
Beginner-friendly

Numeral Systems - Decimal#

example.go
package main
 
import string">"fmt"
 
func main() {
fmt.Println(42)
}
 

Run in Go Playground →

Output:

42 Program exited.

Your Progress

3 of 103 modules
3%
Started3% Complete
Previous
SpaceComplete
Next