Warning
This page is located in archive.

HW 00 - Workspace preparation

This homework is just to make sure that you have access to everything you will need to complete the homeworks.

During the term, there may be times when you will not be able to access the school offices (ie. after hours), so we expect you to make sure you are prepared and can compile the work from home.

We expect that during this first homework you will make sure that:

  1. Have access to Ubuntu 22.04 at home
  2. Have a compiler installed (gcc)
  3. Can compile a test program

Here is a simple program you can use to verify compiling is working:

#include <stdio.h>

int main()
{
    printf("Hello World!\n");
    return 0;
}

courses/be5b99cpl/hw/hw00_-_lab01.txt · Last modified: 2023/11/01 12:24 by ulricji1