vault backup: 2023-11-23 09:19:01

This commit is contained in:
Louis Gallet 2023-11-23 09:19:01 +01:00
parent eee2e1e7c0
commit a679f9b3bf
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY
2 changed files with 10 additions and 9 deletions

View File

@ -4,16 +4,16 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "d099af2398d7f827", "id": "ee00b006ec83b7db",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "9f9ffb40dcd212ab", "id": "41ec48cdc3af71a1",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Algo/B2/Exercises/Repetitive tutorial.md", "file": "Prog/Collections.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@ -85,7 +85,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Algo/B2/Exercises/Repetitive tutorial.md", "file": "Prog/Collections.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -102,7 +102,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Algo/B2/Exercises/Repetitive tutorial.md", "file": "Prog/Collections.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -125,7 +125,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Algo/B2/Exercises/Repetitive tutorial.md" "file": "Prog/Collections.md"
} }
} }
}, },
@ -156,10 +156,11 @@
"command-palette:Open command palette": false "command-palette:Open command palette": false
} }
}, },
"active": "9f9ffb40dcd212ab", "active": "41ec48cdc3af71a1",
"lastOpenFiles": [ "lastOpenFiles": [
"Algo/B2/Exercises/Imperative exercise.md", "Prog/Collections.md",
"Algo/B2/Exercises/Repetitive tutorial.md", "Algo/B2/Exercises/Repetitive tutorial.md",
"Algo/B2/Exercises/Imperative exercise.md",
"Prog/Array.md", "Prog/Array.md",
"Algo/B2/Exercises", "Algo/B2/Exercises",
"Algo/B2", "Algo/B2",
@ -190,7 +191,6 @@
"Electronic/Lecture 1.md", "Electronic/Lecture 1.md",
"Architecture/Lecture 1.md", "Architecture/Lecture 1.md",
"Electronic", "Electronic",
"Architecture/Ressources.md",
"Architecture", "Architecture",
"English", "English",
"COM-ADMR", "COM-ADMR",

1
Prog/Collections.md Normal file
View File

@ -0,0 +1 @@
We have 3 collections namespace in C#