Spotlight archive
Guess the language.
Three lines, six guesses.
MODESpotlight0/6
Spotlight · ?.??
1impl fmt::Display for Coord {
2 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { write!(f, "({}, {})", self.x, self.y) }
3}
+ 29 more — keep typing to narrow
Keep going