commit 6942b5b83a9a8cd28f611421dc10b28d06ad517d Author: konrad Date: Fri Oct 6 11:25:37 2017 +0200 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/main.go b/main.go new file mode 100644 index 0000000..64a8729 --- /dev/null +++ b/main.go @@ -0,0 +1,5 @@ +package main + +func main(){ + +}