d7189ae4783a617a01b0e2317fef4934b546ad80
[nestedvm.git] / src / tests / Hello.c
1 #include <stdio.h>
2
3 int main() {
4     puts("Hello, World");
5     return 0;
6 }