summaryrefslogtreecommitdiff
path: root/benchmarks/nbench/nbench-byte-2.2.3/hello.c
blob: c66448346da62dc47543d086578f526ae5e8ee8d (plain)
1
2
#include <stdio.h>
int main () {printf("hello.\n");return(0);}