This challenge is very basic and only requires us to run the strings command on the binary and grepping for the flag, so

strings ./strings | grep pico
picoCTF{sTrIngS_sAVeS_Time_3f712a28}

solves this challenge.