rumpl
about
RSS
First
2019-10-11
Hello world!
package
main
import
"fmt"
func
main
()
{
fmt
.
Println
(
"Hello world"
)
}