IN101 project on Conway's Game of Life
Functions
app-naive-loader.c File Reference

Source code for an executable that reads a universe structure from a source text file and prints it to the console. More...

#include <stdio.h>
#include <stdlib.h>
#include "naive_universe.h"
#include "naive_loader.h"
Include dependency graph for app-naive-loader.c:

Functions

int main (int argc, char **argv)
 

Detailed Description

Source code for an executable that reads a universe structure from a source text file and prints it to the console.

Author
Victor Colomb (vic.c.nosp@m.ol@h.nosp@m.otmai.nosp@m.l.fr)
Date
2021-02-26