gopam/pam.go

11 lines
100 B
Go
Raw Normal View History

// pam 用Go来写PAM
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello World!")
}