cloudstack/thirdparty/nbench-byte-2.2.3/hello.c

3 lines
63 B
C

#include <stdio.h>
int main () {printf("hello.\n");return(0);}