// define human struct
struct Human manak = {
"manak",
"loves to code",
};
// define interests struct
struct Interests dev_life = {
"Data Structures And Algorithms",
"Backend Development",
"Machine Learning"
};
// define daily routine method
void build_life(struct Human *human, struct Interests *intrests)
{
human->code();
human->build_code(interests);
human->break_code(interests);
human->test_code(interests);
human->ship_code();
}
explore the chaos → all projects