mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-08 01:50:37 +00:00
5 lines
47 B
C++
5 lines
47 B
C++
|
void() main = {
|
||
|
local float x;
|
||
|
x + 3 = 5;
|
||
|
};
|