summaryrefslogtreecommitdiff
path: root/riscv/riscv-probe/examples/hello/hello.c
blob: d65ed6a68748ab5960c8acf7dabea2ccbe3cc701 (plain)
1
2
3
4
5
6
#include <stdio.h>

int main(int argc, char **argv)
{
	printf("hello\n");
}