79338551

Date: 2025-01-08 09:28:26
Score: 0.5
Natty:
Report link

Here's an easy approch:

A = 1 // Latin
А = 2 // Cyrillic
Α = 3 // Greek

if (A == 1 and А == 2 and Α == 3) {
 console.log("Cool, it worked!")
}
Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: fmi2012