Add first Code

This commit is contained in:
Andre Meyering 2018-10-17 12:50:35 +02:00
parent 358616ed1f
commit 4c8461f62a
7 changed files with 123 additions and 0 deletions

6
Code/.clang-format Normal file
View file

@ -0,0 +1,6 @@
---
Language: Cpp
BasedOnStyle: WebKit
ColumnLimit: 100
FixNamespaceComments: true
...