added examples, moved implementation to new file

This commit is contained in:
Erik Frojdh
2023-05-30 16:08:32 +02:00
parent 6aa6673696
commit ae6aa5b58d
7 changed files with 416 additions and 179 deletions

7
.clang-format Normal file
View File

@ -0,0 +1,7 @@
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
ColumnLimit: 80
AlignConsecutiveAssignments: false
AlignConsecutiveMacros: true