oort-vm 1.0.0

The Oort Virtual Machine
Documentation
1
2
3
4
5
#include<stdio.h>
int main() {
printf("Hello %s","Hello");
return 0;
}