Check-in 21
If you attend class on 10/18, you will have a chance to do this assignment in-class for the C21 grade

Translate the following A code into 3AC

coolFunc : () -> int {
  a : int;
  a = 1 + 2; 
  return a;
}

If you skip class on 10/18, you should complete the above assignment on your own.
Turn your work in on Canvas to the C21 folder by 11:59 PM on 10/20 (the Sunday following 10/18).