mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-12-18 16:31:29 +00:00
5 lines
47 B
C++
5 lines
47 B
C++
|
void() main = {
|
||
|
local float x;
|
||
|
x + 3 = 5;
|
||
|
};
|