sandbox/Antoonvh/testpage.c

    Does this work?

    #include "view.h"
    
    int main() {
      init_grid (N);
      cells();
      save ("test.png");
      return 0;
    }