This website requires JavaScript.
Explore
Help
Sign in
darkplaces
/
gmqcc
Watch
0
Star
0
Fork
You've already forked gmqcc
0
mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced
2024-11-24 12:51:04 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b457bfec2a
gmqcc
/
tests
/
builtin.qc
6 lines
70 B
C++
Raw
Normal View
History
Unescape
Escape
Added test for variadic arguments
2012-11-19 02:11:24 +00:00
void
(
string
)
print
=
#
1
;
Actually commit the new test stuff
2012-11-17 02:55:33 +00:00
void
(
)
main
=
{
print
(
"
hello world
"
)
;
}
Reference in a new issue
Copy permalink