Initiated with cargo new irc.

This commit is contained in:
Aaron Weiss 2014-09-10 16:23:09 -04:00
commit bc4041981e
3 changed files with 10 additions and 0 deletions

3
src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
#[test]
fn it_works() {
}