Updated README.md.

This commit is contained in:
RoyR
2026-03-14 14:38:39 -04:00
parent da2fcb6260
commit e618cef9d6

View File

@@ -311,6 +311,7 @@ gcc -m32 main.c common.o -o program
├── README_TESTS.md # Test suite documentation
├── test_runner.c # Automated test harness
├── test_suite.cm # Test suite
└── examples/ # Example programs
├── hello.cm