A Rough OS.
View the Project on GitHub
print c code
#include <stdio.h> int main(void) { printf("Hello World!"); return 0; }
print Python code
print("Hello Python.")
test in docs