79286967

Date: 2024-12-17 07:29:03
Score: 0.5
Natty:
Report link

Nim won't automatically do things on compile time. You have to explicitly tell it to. Fortunately this is as easy as using the result in a compile-time context. For example by assigning it to a const or explicitly putting everything in a static block.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: PMunch