thegards

33
reputation
7
#include <iostream>
#include <descriptor.h>

struct thegards {
    Descriptor<thegards> descriptor;
};

int main(void) {
    thegards me;
    return me.descriptor.describe();
}