79424203

Date: 2025-02-09 01:41:56
Score: 1.5
Natty:
Report link

The following code, gets the result, but I'm in 7.5:

$l=[System.Collections.Generic.List[string[]]]::new()
$l.Add("one")
$l.Add("two")
$l.Add("three")
$l
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: J Suay