initial commit

This commit is contained in:
2021-08-28 15:02:13 +02:00
commit 0146db0a18
669 changed files with 1377 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
nr;text;flag
123213;bla bal;1
123123;second one;0
1 nr text flag
2 123213 bla bal 1
3 123123 second one 0
+5
View File
@@ -0,0 +1,5 @@
nr;text;flag
123213;bla bal;1
123123;second one;0
666;differnt one;1
777;another difference;0
1 nr text flag
2 123213 bla bal 1
3 123123 second one 0
4 666 differnt one 1
5 777 another difference 0