Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/tcg/alpha/hello-alpha.c
2023-03-06 14:48:14 +01:00

7 lines
80 B
C

#include <unistd.h>
int main (void)
{
write (1, "hello\n", 6);
return 0;
}