Download the warm program.

cat warm;

returns Hello user! Pass me a -h to learn what I can do!-hOh, help? I actually don’t do much, but I do have this flag here:

We can already see the flag here, but we can take it a step further. Give permissions of the executable with:

chmod +x warm
./warm -h

returns the flag.