About
Contact
QtCreator
KDevelop
Solarized
1
2
#include
"a.h"
3
4
A
::
A
() { }
5
6
int
7
A
::
length
()
8
{
9
return
123
;
10
}
11