summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorpierresy <phsym@msn.com>2016-01-03 14:57:13 +0100
committerpierresy <phsym@msn.com>2016-01-03 14:57:13 +0100
commita145af315f14ed5aeac485d35a702259e5e8e78d (patch)
treecdb9ecd844895cd3d8737e2b1276d91d16cf73e5 /examples
parentb7c143a0b4288eae0605703ecf435baa12cfcf9b (diff)
Fixed slice example
Diffstat (limited to 'examples')
-rw-r--r--examples/slices.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/slices.rs b/examples/slices.rs
index 344519a..1bef3a3 100644
--- a/examples/slices.rs
+++ b/examples/slices.rs
@@ -19,6 +19,8 @@ fn main() {
+----+----+----+
| 3 | 3 | 3 |
+----+----+----+
+ | 4 | 4 | 4 |
+ +----+----+----+
*/
slice.printstd();