This website requires JavaScript.
Explore
Help
Sign In
Stevan
/
pokedexcli
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b43c36ab4d4e6fd479f0d8972f60a1bcdaf4900b
pokedexcli
/
main.go
T
8 lines
74 B
Go
Raw
Normal View
History
Unescape
Escape
chore: initial project setup
2026-07-25 05:29:36 -05:00
package
main
import
"fmt"
func
main
()
{
chore: update printed message in main
2026-07-25 05:35:18 -05:00
fmt
.
Println
(
"Hello, World!"
)
chore: initial project setup
2026-07-25 05:29:36 -05:00
}
Reference in New Issue
Copy Permalink