```rule hello:world { meta: author = "ky...
# general
k
Copy code
rule hello:world {
  meta:
        author = "kyle"
        description = "an example rule for nNipsx"
        reference = "7f83b1657ff1fc53b92dc18148a1d65dfc2d4b1fa3d677284addd200126d9069"
  strings:
    $h1 = "Hello"
    $w1 = "World"
  condition:
    all of them
}
👍 1
n
thanks 😄