aboutsummaryrefslogtreecommitdiff
path: root/tds/n1.6.puml
diff options
context:
space:
mode:
Diffstat (limited to 'tds/n1.6.puml')
-rw-r--r--tds/n1.6.puml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tds/n1.6.puml b/tds/n1.6.puml
new file mode 100644
index 0000000..b97f5fc
--- /dev/null
+++ b/tds/n1.6.puml
@@ -0,0 +1,7 @@
+@startuml
+left to right direction
+interface List
+LinkedList --|> List
+
+SQLiteDatabase -() Database
+@enduml