| Just wanted to test how many arguments i needed, solved it by accident...
elyrial@fedora:~/Downloads$ ./argc
please try again and make sure to give the correct amount of arguments („ᵕᴗᵕ„)
elyrial@fedora:~/Downloads$ ./argc 1
please try again and make sure to give the correct amount of arguments („ᵕᴗᵕ„)
elyrial@fedora:~/Downloads$ ./argc 1 1
please try again and make sure to give the correct amount of arguments („ᵕᴗᵕ„)
elyrial@fedora:~/Downloads$ ./argc 1 1 1
please try again and make sure to give the correct amount of arguments („ᵕᴗᵕ„)
elyrial@fedora:~/Downloads$ ./argc 1 1 1 1
please try again and make sure to give the correct amount of arguments („ᵕᴗᵕ„)
elyrial@fedora:~/Downloads$ ./argc 1 1 1 1 1
correct! (˶ᵔ ᵕ ᵔ˶) |
==> |