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