# Alfred v.1.1.2
# Welcome to OPA Alfred! The reasonably usable self-hosted alternative to OPA's Playground
# Found a bug? report at https://github.com/dolevf/Open-Policy-Agent-Alfred/issues
# Enter your policy below
package play
default hello = false
hello {
m := input.message
m == "Hello World!!!"
}