diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cb14a42 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Generated by Cargo +# will have compiled files and executables +/target/ + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock +Cargo.lock diff --git a/README.md b/README.md new file mode 100644 index 0000000..e727a28 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# bwinf.35.1 +Erste Runde des Bundeswettbewerb Informatik (http://www.bundeswettbewerb-informatik.de/) + +Die Implementierung von Aufgabe 3 ist scheller als [diese Lösung](https://github.com/tihox/bwinf.35.1) (die in C++ geschrieben ist).