Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
tests
/
tcg
/
mips
/
user
/
ase
/
dsp
/
test_dsp_r1_main.c
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
c
6 lines
63 Bytes
Copy permalink
Copy
Raw
1
#include
<stdio.h>
2
3
int
main
()
4
{
5
printf
(
"hello world
\n
"
);
6
}