This program takes in four integers and then uses functions and for loops to calculate all 64 combinations of all permutations, but returns the first solution found or no solution if there is none.
- Compile the program using: gcc -Wall -std=c99 24.c permute.c.
- Run your executable.
- Answer the prompts in the command line to see if the four integers and make 24.