Closed jackhamel16 closed 3 years ago
How to run julia in command prompt https://www.youtube.com/watch?v=BIdDOgp7qRM&ab_channel=ExampleProgram
how to pass in arguments on command line https://discourse.julialang.org/t/how-to-pass-command-line-arguments-to-include-julia-file/4731
use this to pass in filename of input deck
can pull in a filename arg simply with filename = ARGS[1]
I need an input deck to enable running my code.