79734202

Date: 2025-08-13 11:03:15
Score: 2.5
Natty:
Report link

set | awk '/[[:alnum:]_]+ \(\)/ {exit} {print}'

set shows variables first, so I am looking for the first function with regexp which looks like "^funcname ()"

Reasons:
  • Blacklisted phrase (2): I am looking for
  • Low length (1):
  • Has code block (-0.5):
Posted by: Saboteur