riscv64-emulator/main.c
2023-02-04 03:14:05 -06:00

5 lines
66 B
C

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