79471207

Date: 2025-02-26 23:03:07
Score: 1
Natty:
Report link

And if you prefer something closer to your style, this is also supported:

let s;
if condition {
    s = "first".to_string();
} else {
    s = "second".to_string();
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: porky11