hello world

This commit is contained in:
2026-03-09 07:18:48 +00:00
commit 2d75874423
6 changed files with 392 additions and 0 deletions

6
.dir-locals.el Normal file
View File

@@ -0,0 +1,6 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((compile-command . "sh build.sh && ./main.out")
(+license/license-choice . "GNU General Public License Version 2")))
(c-mode . ((mode . clang-format))))