We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7bd39 commit 7d1c77cCopy full SHA for 7d1c77c
1 file changed
Program.cs
@@ -7,7 +7,7 @@
7
// Alias types for convenience and code brevity
8
using GraphType = Graph<string, Graph_Data, Edge_Data>;
9
using NodeType = Node<string, Graph_Data, Edge_Data>;
10
-
+namespace Graph_database;
11
/// <summary>
12
/// The entry point of the Graph Database Console Application.
13
/// Provides a CLI (Command Line Interface) for interacting with the graph:
@@ -251,3 +251,4 @@ private static void DemonstratePolymorphism()
251
}
252
253
254
+
0 commit comments