
Hello I am a second year Marshall student majoring in Computer engineering. In my free time I like to either try out new coffee shops or crochet.
“The art of debugging is figuring out what you really told your program to do rather than what you thought you told it to do.” - Andrew Singer
#include <iostream>
using namespace std;
int main(){
cout << "Hello World" << endl;
return 0;
}