Spent about an hour so far, there's not much at all said on this one so I suppose I'd find my current findings:
binary expects args, lots of args.
You can only use integers, and only count upwards.
./listen-to-your-heart 1 2 3 4 5 (result: 5)
./listen-to-your-heart 5 4 3 2 1 (result: 1)
Found multiple user arguments in suspected main()
Hopefully will find more patterns soon. Anyone else looking into this one?
|
==> |