diff options
| author | krilius <ulrich.lejoyeux@gmail.com> | 2015-04-29 20:52:18 +0400 |
|---|---|---|
| committer | krilius <ulrich.lejoyeux@gmail.com> | 2015-04-29 20:52:18 +0400 |
| commit | e241abc9df586cce683d6ae89e1d02c13084a10f (patch) | |
| tree | 2bafd2e87d26347bb487b04187c7b5ad0aab702d /src/main.cpp | |
| parent | 9fbd4e0fedea42a206843981dffeb87095797581 (diff) | |
bug sous osx
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 689767a..12f6c6d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,9 +5,9 @@ int main() { -// Grid * grid = new Grid(); + Grid * grid = new Grid(4); -// grid->description(); + grid->afficher(); return 0; } |
