This website requires JavaScript.
Explore
Help
Sign In
VLADIMIR
/
valera
Watch
1
Star
0
Fork
You've already forked valera
0
Code
Issues
9
Pull Requests
Projects
1
Releases
Activity
8c31f56b9f
valera
/
main.go
12 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
init
2023-03-11 08:35:23 +00:00
package
main
import
"fmt"
add version
2023-03-11 08:37:46 +00:00
const
(
version
=
"v0.1.0"
)
init
2023-03-11 08:35:23 +00:00
func
main
(
)
{
fmt
.
Println
(
"Hello, Go!"
)
}