Lab-Week-1

Aaron Delgado

Profile

About Me

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.

List of Contents

Hobbies

Life Goals

  1. Travel
  2. Buy my own house
  3. Build a great community of friends

Tasks of the Week

Quotes

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

Begining code

#include <iostream>
using namespace std;

int main(){
    cout << "Hello World" << endl;
    return 0;
}

My Github

My Programing Languages