This website works better with JavaScript.
Explore
Help
Sign In
cromer
/
DroidQuest
Watch
1
Star
0
Fork
You've already forked DroidQuest
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
master
master
2.7
2.8
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
DroidQuest
/
dq.c
7 lines
102 B
C
Raw
Permalink
Blame
History
#
include
<stdlib.h>
int
main
(
)
{
system
(
"
java -jar /usr/share/DroidQuest/dq-2.8.jar
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink