feat - add HolyC

This commit is contained in:
Jamesbarford 2025-02-05 18:49:32 +00:00
parent 4e361dcf92
commit 02ce97c29f
5 changed files with 36 additions and 0 deletions

4
packages/holyc/0.0.9/test.HC vendored Normal file
View file

@ -0,0 +1,4 @@
U0 Main()
{
"hello, world!\n";
}