Last active
March 17, 2020 04:53
-
-
Save qryxip/1130cf023f68966f3283b3bd1d8a2d86 to your computer and use it in GitHub Desktop.
______
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //! ```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