Files
chipyard/tests/hello.c
2023-03-25 21:40:03 -07:00

7 lines
78 B
C

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