Changed structure of /rust/test Cargo project
This commit is contained in:
parent
841cf27bba
commit
030aecba88
5 changed files with 2 additions and 7 deletions
|
@ -7,4 +7,4 @@ authors = ["anthony.cicchetti <anthony.cicchetti@ert.com>"]
|
|||
|
||||
[[bin]]
|
||||
name = "testing_crate"
|
||||
path = "main.rs"
|
||||
path = "./src/main.rs"
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -39,5 +39,5 @@ pub fn decode(inp_string: &'static str) -> String{
|
|||
}
|
||||
|
||||
fn main(){
|
||||
print!("{}", encode("hi"));
|
||||
print!("{}", encode("AAABBCDDDD"));
|
||||
}
|
|
@ -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:
|
Loading…
Add table
Reference in a new issue