Spotlight archive

Guess the language.

Three lines, six guesses.

MODESpotlight0/6
Spotlight · ?.??
1async fn fetch(url: &str) -> Result<String, reqwest::Error> {
2 let body = reqwest::get(url).await?.text().await?;
3 Ok(body) }
Keep going