Changed structure of /rust/test Cargo project

This commit is contained in:
anthony.cicchetti 2017-05-16 14:55:44 -04:00
parent 841cf27bba
commit 030aecba88
5 changed files with 2 additions and 7 deletions

View file

@ -7,4 +7,4 @@ authors = ["anthony.cicchetti <anthony.cicchetti@ert.com>"]
[[bin]] [[bin]]
name = "testing_crate" name = "testing_crate"
path = "main.rs" path = "./src/main.rs"

Binary file not shown.

Binary file not shown.

View file

@ -39,5 +39,5 @@ pub fn decode(inp_string: &'static str) -> String{
} }
fn main(){ fn main(){
print!("{}", encode("hi")); print!("{}", encode("AAABBCDDDD"));
} }

View file

@ -1,5 +0,0 @@
C:\Users\ACicchetti\exercism\rust\test\target\debug\deps\testing_crate-b92142a9c79df8a4.exe: main.rs
C:\Users\ACicchetti\exercism\rust\test\target\debug\deps\testing_crate-b92142a9c79df8a4.d: main.rs
main.rs: