This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
SuperNET
mirror of
https://github.com/lukechilds/SuperNET.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
8280
Commits
31
Branches
0
Tags
196 MiB
C
76.3%
JavaScript
13.3%
C++
4.1%
HTML
2.3%
Shell
1.2%
Other
2.5%
Tree:
7f5670f91c
SuperNET
/
iguana
/
databases
/
cdb-0.75
/
trycpp.c
7 lines
95 B
Raw
Blame
History
main
(
)
{
#
ifdef NeXT
printf
(
"
nextstep
\n
"
)
;
exit
(
0
)
;
#
endif
printf
(
"
unknown
\n
"
)
;
exit
(
0
)
;
}
Reference in new issue