Instructions to create executable

Create a shell file of the name neuralnet and include the following code :

# For C or C++ program
#./object_file_of_your_program $1 $2 $3 $4

# For Java program
java -jar jar_file.jar $1 $2 $3 $4

# For a Python program
#python python_program.py $1 $2 $3 $4

Note : Make sure you are able to execute the file in CSL machines before you submit!