Files
experimental-evaluation-of-…/listings/example.cpp
T
2026-06-23 19:09:26 +02:00

8 lines
69 B
C++

class ExampleListing {
private:
int test;
public:
int toast;
};