One question per UTC day
Read code. Trust your gut.
A tiny daily challenge for developers. Solve it in under a minute, keep your streak on this device, and share without spoilers.
Today's prompt
Which language is this snippet?
fn double(value: i32) -> i32 {
value * 2
}