simple B compiler

This commit is contained in:
2026-01-17 11:24:00 +02:00
parent c69f589439
commit ee7735b610
7 changed files with 152 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
main()
{
return 1 + 2 * 3
return 1 + 2 * 3;
}