Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b22fab4459 | |||
| 64b955da9d | |||
| d3e8fffa26 |
@@ -0,0 +1,13 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"math"
|
||||||
|
"math/rand"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("Hello World")
|
||||||
|
fmt.Println("My favorite number is", rand.Intn(100))
|
||||||
|
fmt.Println("运算 根号2,结果为 ", math.Sqrt(2))
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
package main
|
||||||
Reference in New Issue
Block a user