qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

test_dsp_r1_main.c (63B)


      1 #include<stdio.h>
      2 
      3 int main()
      4 {
      5     printf("hello world\n");
      6 }