MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Function main

CPP/Problems/maze_game.c:356–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356int main(int argc, char *argv[])
357{
358 if (argc != 2)
359 {
360 printf("Invalid number of Arguments passed!!!\n");
361 exit(1);
362 }
363 start_game(argv[argc - 1]);
364 return 0;
365}

Callers

nothing calls this directly

Calls 1

start_gameFunction · 0.85

Tested by

no test coverage detected