Add basic io header

This commit is contained in:
Byron Lathi
2022-03-05 21:17:33 -06:00
parent 9c29aa4fdf
commit 048db615b9
3 changed files with 12 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
#include <io.h>
int main() {
return 1;
IO_REMAP = 1;
}