Hello, World!

#include <stdio.h>

int main(int arc, char** argv)
{
  printf("Hello, World!\n");
  return 0;
}

In the fall of 2020, I began my first semester at the University of Guelph. It was a new, exciting, and also terrifying experience as covid-19 continued to grip the world. My first semester was conducted completely remote from home because the university was shut down for public health.


CIS*1300 An Intro to Programming

Diving back into programming for my first time since high school, I was introduced to C and the fundamentals of programming. I learned about the very basics of syntax, variables, flow control, functions, and data-structures. It was not long before I was on the way to writing basic programs. This course made me realize just how much I enjoy programming and motivated me to move forward in the Computer Science program.