diff options
| author | Loic Guegan <16000511@e212m09.istic.univ-rennes1.fr> | 2016-03-01 11:30:35 +0100 |
|---|---|---|
| committer | Loic Guegan <16000511@e212m09.istic.univ-rennes1.fr> | 2016-03-01 11:30:35 +0100 |
| commit | 51b44349846d81257a10607adf94576f678fec6e (patch) | |
| tree | adf670fbd3799c13b3cb4c7608cde556fcc035da /structure | |
| parent | ca98db5776523e781f16a6720d2f32b0e971a6c3 (diff) | |
Add package
Diffstat (limited to 'structure')
| -rw-r--r-- | structure/Grid.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/structure/Grid.java b/structure/Grid.java new file mode 100644 index 0000000..cdf21f4 --- /dev/null +++ b/structure/Grid.java @@ -0,0 +1,5 @@ +package structure; + +public class Grid { + +} |
