79491629

Date: 2025-03-07 08:32:52
Score: 0.5
Natty:
Report link

F# supports string interpolation, but it does not use string.format internally. Use printfn $"{123.ToString("00000000")}" instead, beacuase F# needs a more explicit conversion. Hope this helps

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shidoitzka YT