-
Colton Jobes authored9df9984a
task1.sh 1.06 KiB
#!/bin/bash
####################################
# Name: <Your name here>
# CSE 391 - Winter 2021
# Homework 7 - Task 1
####################################
function problem1 {
# Type your answer to problem #1 below this line
echo "not yet implemented"
}
function problem2 {
# Type your answer to problem #2 below this line
echo "not yet implemented"
}
function problem3 {
# Type your answer to problem #3 below this line
echo "not yet implemented"
}
function problem4 {
# Type your answer to problem #4 below this line
echo "not yet implemented"
}
function problem5 {
# Type your answer to problem #5 below this line
echo "not yet implemented"
}
function problem6 {
# Type your answer to problem #6 below this line
echo "not yet implemented"
}
function problem7 {
# Type your answer to problem #7 below this line
echo "not yet implemented"
}
function problem8 {
# Type your answer to problem #8 below this line
echo "not yet implemented"
}
function problem9 {
# Type your answer to problem #9 below this line
echo "not yet implemented"
}