84
edits
Changes
→Implementation for Go
runtime.GC()
}
''Above Go code will run in terminal using .sh script.''
''' .sh Code to Run Go Program '''
#! /bin/sh
MAX=7
go build MatrixMultiGo.go > result.txt
echo "Running tests for no multithreading..."
echo "### No Multithreading" >> result.txt