mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 12:51:04 +00:00
4 lines
48 B
C++
4 lines
48 B
C++
|
void() main = {
|
||
|
print("hello", " world");
|
||
|
}
|