example/c-vt

This commit is contained in:
Mitchell Hashimoto
2025-09-24 09:42:20 -07:00
parent 969fcfaec3
commit e1429dabae
4 changed files with 72 additions and 0 deletions

3
example/c-vt/src/main.c Normal file
View File

@@ -0,0 +1,3 @@
int main() {
return 42;
}