gitignore & helloworld. see you tomorrow!
[k_transpose.git] / httpd.go
... / ...
CommitLineData
1package main
2
3import "fmt"
4/*import "net/http"*/
5
6func main() {
7
8 fmt.Println("welp");
9}