From a679f9b3bfa825b8c779fb2d7d833eb54b778d8c Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 23 Nov 2023 09:19:01 +0100 Subject: [PATCH] vault backup: 2023-11-23 09:19:01 --- .obsidian/workspace.json | 18 +++++++++--------- Prog/Collections.md | 1 + 2 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 Prog/Collections.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 89206f3..80b1455 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -4,16 +4,16 @@ "type": "split", "children": [ { - "id": "d099af2398d7f827", + "id": "ee00b006ec83b7db", "type": "tabs", "children": [ { - "id": "9f9ffb40dcd212ab", + "id": "41ec48cdc3af71a1", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "Algo/B2/Exercises/Repetitive tutorial.md", + "file": "Prog/Collections.md", "mode": "source", "source": false } @@ -85,7 +85,7 @@ "state": { "type": "backlink", "state": { - "file": "Algo/B2/Exercises/Repetitive tutorial.md", + "file": "Prog/Collections.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -102,7 +102,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Algo/B2/Exercises/Repetitive tutorial.md", + "file": "Prog/Collections.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -125,7 +125,7 @@ "state": { "type": "outline", "state": { - "file": "Algo/B2/Exercises/Repetitive tutorial.md" + "file": "Prog/Collections.md" } } }, @@ -156,10 +156,11 @@ "command-palette:Open command palette": false } }, - "active": "9f9ffb40dcd212ab", + "active": "41ec48cdc3af71a1", "lastOpenFiles": [ - "Algo/B2/Exercises/Imperative exercise.md", + "Prog/Collections.md", "Algo/B2/Exercises/Repetitive tutorial.md", + "Algo/B2/Exercises/Imperative exercise.md", "Prog/Array.md", "Algo/B2/Exercises", "Algo/B2", @@ -190,7 +191,6 @@ "Electronic/Lecture 1.md", "Architecture/Lecture 1.md", "Electronic", - "Architecture/Ressources.md", "Architecture", "English", "COM-ADMR", diff --git a/Prog/Collections.md b/Prog/Collections.md new file mode 100644 index 0000000..9dc58d8 --- /dev/null +++ b/Prog/Collections.md @@ -0,0 +1 @@ +We have 3 collections namespace in C#