projects
/
rust-101.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
882dbcc
)
fix the main file(s)
author
Ralf Jung
<post@ralfj.de>
Wed, 24 Jun 2015 18:46:29 +0000
(20:46 +0200)
committer
Ralf Jung
<post@ralfj.de>
Wed, 24 Jun 2015 18:46:29 +0000
(20:46 +0200)
src/main.rs
patch
|
blob
|
history
workspace/src/main.rs
patch
|
blob
|
history
diff --git
a/src/main.rs
b/src/main.rs
index 9f308064b98bf8f21e16b98900d84231d896c534..d7dbcb06daaffd41b7b2527d92dd6513f040463a 100644
(file)
--- a/
src/main.rs
+++ b/
src/main.rs
@@
-95,7
+95,7
@@
mod part09;
// function.
fn main() {
// function.
fn main() {
- part0
3
::main();
+ part0
0
::main();
}
// Additional material
}
// Additional material
diff --git
a/workspace/src/main.rs
b/workspace/src/main.rs
index 771cd19fe8902193a75d9a4edef3acebafd442f1..272258985cb469e3c343d4144a8d18a5a9fb98c9 100644
(file)
--- a/
workspace/src/main.rs
+++ b/
workspace/src/main.rs
@@
-1,7
+1,7
@@
mod part00;
mod part01;
mod part02;
mod part00;
mod part01;
mod part02;
-mod part0
4
;
+mod part0
3
;
#[cfg(not(test))] /* If you get warnings about functions not being used on "crate test", adding this attribute will fix them.
It says that the function is only to be compiled if we are *not* compiling for tests. */
#[cfg(not(test))] /* If you get warnings about functions not being used on "crate test", adding this attribute will fix them.
It says that the function is only to be compiled if we are *not* compiling for tests. */