From 72b1a86884ab1e4bffb3c940bedb848f265629b9 Mon Sep 17 00:00:00 2001 From: Matthias Koch Date: Tue, 14 Jul 2015 22:58:30 +0200 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b347056 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Codeeval + +my solutions for codeeval: +https://www.codeeval.com/profile/fmt-Println-MKO/ + +in **Go** and **Java** + +Solutions are developed / optimized just from current thoughts, and **not** followed by problem solution description. +So they might not be the easiest, fastest, smallest or less memory used, but they solve the problem.