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