import "fmt"
func main() {
verbs := []string{"Read", "Test", "Explain", "Maintain"}
for _, verb := range verbs {
fmt.Printf("Can I %s the AI generated code? \n", verb)
}
}
Last active
December 7, 2025 17:18
-
-
Save twalker/e713e21afe426939d29fe8ad01760edb to your computer and use it in GitHub Desktop.
ai-usage.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment