typedef struct {
const char* code[2];
const char* architecture[3];
const char* challenge;
} Luiz;
int main() {
Luiz luiz = {
.code = {"C", "Java"},
.architecture = {"MVC", "REST", "Microservices"},
.challenge = "None at the moment. :("
};
- São Paulo
Highlights
- Pro
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.