11 lines
127 B
C++

#include "io.h"
void writeKeyRelease(char key) {
// Implement this
}
void writeKeyPress(char key) {
// Implement this
}