summaryrefslogtreecommitdiff
path: root/nejdb/sample/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'nejdb/sample/Program.cs')
-rw-r--r--nejdb/sample/Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/nejdb/sample/Program.cs b/nejdb/sample/Program.cs
index bda61c6..9859f13 100644
--- a/nejdb/sample/Program.cs
+++ b/nejdb/sample/Program.cs
@@ -64,6 +64,7 @@ namespace sample {
}
q.Dispose();
jb.Dispose();
+ Console.ReadKey();
}
}
}