basic implementation of an executor

This commit is contained in:
2021-10-11 19:21:22 +02:00
parent 050d11254c
commit 1d78bb63ab
21 changed files with 485 additions and 14 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{java}]
indent_style = space
indent_size = 4
tab_width = 4
trim_trailing_whitespace = true
max_line_length = 100