Add OpenWatcom 2

This commit is contained in:
2021-10-19 13:12:18 +01:00
parent 4ac66a9913
commit fd0bc0fb65
14 changed files with 458 additions and 1 deletions

6
CMake-OpenWatcom2/main.c Executable file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}