Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Justin

Justin

Justin has asked 1 questions and find answers to 2 problems.

Stats

31
EtPoint
4
Vote count
1
questions
2
answers

About

const char *act[] = { "write code", "manage people" }; for (int i = 0; i < 2; ++i) { printf("I %s so I don't have to %s\n", act[i], act[i^1]); }