summaryrefslogtreecommitdiff
path: root/Week1-Pacman/src/main.c
blob: e1f447f911faef81d22f3b2b0a69d1a552623609 (plain)
1
2
3
4
5
6
#include <stdio.h>

int main() {

  return 0;
}