Skip to content
Snippets Groups Projects
Commit 4e89d569 authored by Arnaud Albiez's avatar Arnaud Albiez
Browse files

affichage de la grid

parent bcbd96b1
No related merge requests found
......@@ -5,6 +5,8 @@ int main(void){
bool run = true;
while(run){
struct Grid* grid = grid_new(5, 5);
Affichage_grid(grid);
char entry = fgetc(stdin);
switch(entry){
case 'q' :{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment