import classgen's Sort utility class, better to replicate 20 lines of quicksort than...
[nestedvm.git] / src / tests / Hello.c
1 #include <stdio.h>
2
3 int main() {
4     puts("Hello, World");
5     return 0;
6 }