Skip to content
  • dario.genga's avatar
    9702e004
    Add command line execution · 9702e004
    dario.genga authored
    The program can now be executed by command line with the following
    syntax :
    
    ./stack [array_length] [arguments]
    
    This will sort the values passed as arguments and print them in the
    console.
    
    Also uptaded the README file with this new execution.
    9702e004
    Add command line execution
    dario.genga authored
    The program can now be executed by command line with the following
    syntax :
    
    ./stack [array_length] [arguments]
    
    This will sort the values passed as arguments and print them in the
    console.
    
    Also uptaded the README file with this new execution.
Loading