Skip to content

Instantly share code, notes, and snippets.

@LironHazan
Created October 18, 2020 05:28
Show Gist options
  • Save LironHazan/7438b07db850b4d9a87a586422c1ba67 to your computer and use it in GitHub Desktop.
Save LironHazan/7438b07db850b4d9a87a586422c1ba67 to your computer and use it in GitHub Desktop.
snippet 2 post
#[actix_web::main]
async fn main() -> std::io::Result<()> {
let results = run_tsttgen().await?;
serve_report(results).await
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment