feat: add clang-format config, CI workflow, Makefile, and initial C source scaffolding for dobre language

This commit is contained in:
2025-01-18 22:15:47 +00:00
commit 088ec1e147
34 changed files with 5255073 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
class StringA{}
class StringB{}
StringA a = "Test"
StringB b = "Tost"