mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
7 lines
144 B
C++
7 lines
144 B
C++
|
void main() {
|
||
|
print(vtos('1 2 3'), "\n");
|
||
|
print(vtos('4 5 6'), "\n");
|
||
|
print(vtos('7 8 9'), "\n");
|
||
|
print(vtos('1 5 9'), "\n");
|
||
|
}
|