vault backup: 2023-09-04 23:08:46

This commit is contained in:
Louis Gallet 2023-09-04 23:08:46 +02:00
parent d619590e7b
commit 937fcab99d
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY
6 changed files with 19 additions and 7 deletions

8
.obsidian/app.json vendored
View File

@ -1,3 +1,9 @@
{
"mobilePullAction": "editor:save-file"
"mobilePullAction": "editor:save-file",
"pdfExportSettings": {
"pageSize": "A4",
"landscape": false,
"margin": "0",
"downscalePercent": 100
}
}

View File

@ -148,10 +148,14 @@
},
"active": "13c9bfe482ec2d42",
"lastOpenFiles": [
"Algo/Séminaire/Chapter 2 - Functions.md",
"Algo/Séminaire/Chapter 1 - CAML basics.md",
"Mathématiques/Séminaire/Logics/Logics.md",
"Algo/Séminaire/Exercices sémaines.md",
"Algo/Séminaire/Introduction.md",
"Algo/Séminaire/assets/69E2987C-209A-48CD-8964-5A60462966E5.jpg",
"Algo/Séminaire/assets",
"Algo/Séminaire/assets/F1D2AA19-E790-4022-AFFF-F778EAB28AB5.jpg",
"Algo/Séminaire/Chapter 1 - CAML basics.md",
"Algo/Séminaire/Chapter 2 - Functions.md",
"Mathématiques/Séminaire/Logics/Logics.md",
"Algo/Séminaire",
"Untitled.canvas",
"README.md",
@ -165,8 +169,6 @@
"Mathématiques/Séminaire/Logics/Pasted image 20230904100125.png",
"Mathématiques/Séminaire/Logics/Pasted image 20230904095003.png",
"Mathématiques/Séminaire/Logics/Pasted image 20230904094230.png",
"Mathématiques/Séminaire/Logics/Pasted image 20230904094156.png",
"Mathématiques/Séminaire/Logics/Pasted image 20230904093718.png",
"2023-09-01.md",
"Algo",
"Mathématiques",

View File

@ -44,7 +44,7 @@ val x:int = 3 *our current env is x -> 3*
val y:int = 1 *our current env is x -> 3 ; y -> 1*
# let x = 2
_:bool = false
val x : int = 2
# x;;
_: int = 2

View File

@ -0,0 +1,4 @@
## 2.3
![[69E2987C-209A-48CD-8964-5A60462966E5.jpg]]
![[F1D2AA19-E790-4022-AFFF-F778EAB28AB5.jpg]]

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB