Active Directory

main.go
package main

import "fmt"

func main() {
    fmt.Println("Active Directory!")
}
Last updated on