Compare commits
1 Commits
main
...
Basics-Pac
Author | SHA1 | Date | |
---|---|---|---|
3f58b98404 |
10
Basics/PackagesVariablesFunctions/packages.go
Normal file
10
Basics/PackagesVariablesFunctions/packages.go
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"math/rand"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("My favorite number is", rand.Intn(10))
|
||||||
|
}
|
Reference in New Issue
Block a user