This website requires JavaScript.
Explore
Help
Sign In
vlad
/
go-learning
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cd080ddda2639017f980b7fab8b86104e1c89f1f
go-learning
/
tour_of_go
/
l3
/
\
T
14 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit - learning the basics
2025-08-30 13:55:18 +01:00
package main
import (
"fmt"
)
func Sqrt(x float64) float64 {
}
func main() {
fmt.Println(Sqrt(2))
}
Reference in New Issue
Copy Permalink