move old files to a separate directory

This commit is contained in:
olivia
2018-04-26 21:29:11 +02:00
parent 32ac403da5
commit 5e89d1e888
53 changed files with 0 additions and 0 deletions

6
old_curriculum/ex1.rs Normal file
View File

@@ -0,0 +1,6 @@
// ex1.rs
// Make me compile! :)
fn main() {
println();
}