Skip to content

Instantly share code, notes, and snippets.

@qryxip
Last active March 17, 2020 04:53
Show Gist options
  • Select an option

  • Save qryxip/1130cf023f68966f3283b3bd1d8a2d86 to your computer and use it in GitHub Desktop.

Select an option

Save qryxip/1130cf023f68966f3283b3bd1d8a2d86 to your computer and use it in GitHub Desktop.
______
//! ```cargo
//! [package]
//! name = "mimimimimi"
//! version = "0.0.0"
//! authors = ["Ryo Yamashita <[email protected]>"]
//! edition = "2018"
//! publish = false
//!
//! # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
//!
//! [dependencies]
//! ```
// aaaaaaaaaaaa
fn main() {
println!("Hello, world!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment