This commit is contained in:
FliegendeWurst 2016-12-10 16:44:32 +01:00
commit f05a23f54b
2 changed files with 11 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -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

4
README.md Normal file
View File

@ -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).