weblug/cmd/weblug/weblug.go

13 lines
102 B
Go

/*
* weblug main program
*/
package main
import (
"fmt"
)
func main() {
fmt.Println("weblug")
}