diff options
| author | Teddy Wing | 2016-03-27 19:28:53 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2016-03-27 19:28:53 -0400 | 
| commit | c7106a66cb544c9bc2bab12a5907502328d401e6 (patch) | |
| tree | 6cd6b2c25a4ec98d7180f55dbec9b1ef3221e1e5 /src | |
| download | mutt-alias-auto-add-c7106a66cb544c9bc2bab12a5907502328d401e6.tar.bz2 | |
Initial commit. Base Rust 1.7.0 project.
Generated with
    $ cargo new mutt-alias-auto-add --bin
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/src/main.rs @@ -0,0 +1,3 @@ +fn main() { +    println!("Hello, world!"); +} | 
