example_test.cpp 41 Bytes
Newer Older
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1 2 3 4 5
void main()
{
  Test t;
  t.example();
}