This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qira
Watch
1
Star
0
Fork
0
You've already forked qira
mirror of
https://github.com/geohot/qira
synced
2025-03-23 07:23:14 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
qira
/
tests_manual
/
hello.c
4 lines
76 B
C
Raw
Normal View
History
Unescape
Escape
added seperate IP support
2014-06-20 11:23:59 -07:00
#
include
<stdio.h>
adding 64-bit support, slowly
2014-07-18 14:49:35 -07:00
int
main
(
)
{
write
(
0
,
"
hello world
\n
"
,
12
)
;
return
0
;
}
added seperate IP support
2014-06-20 11:23:59 -07:00
Reference in New Issue
Copy Permalink