Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:minimum.cpp:7:3: error: expected ‘,’ or ‘;’ before ‘if’ 7 | if (X < min) { | ^~