Updated: Wednesday, October 11,2023-10-11 15:47:22
parent
f3bad6df10
commit
e77c73a40f
|
@ -4,31 +4,18 @@
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "0f1777d44a4e1f80",
|
"id": "c2a13fab25bce403",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "86b445e8900fb993",
|
"id": "22fcd0e0427583d9",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "reveal-preview-view",
|
"type": "reveal-preview-view",
|
||||||
"state": {}
|
"state": {}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "e90b20b36f0c1fce",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "Week 3 Slides.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
}
|
|
||||||
],
|
|
||||||
"currentTab": 1
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
|
@ -87,7 +74,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 276
|
"width": 276,
|
||||||
|
"collapsed": true
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "4bd9c02fbfe6785f",
|
"id": "4bd9c02fbfe6785f",
|
||||||
|
@ -103,7 +91,6 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Week 3 Slides.md",
|
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -120,7 +107,6 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Week 3 Slides.md",
|
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -142,9 +128,7 @@
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {}
|
||||||
"file": "Week 3 Slides.md"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -170,10 +154,10 @@
|
||||||
"obsidian-excalidraw-plugin:Create new drawing": false
|
"obsidian-excalidraw-plugin:Create new drawing": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "e90b20b36f0c1fce",
|
"active": "22fcd0e0427583d9",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Untitled.canvas",
|
|
||||||
"Week 3 Slides.md",
|
"Week 3 Slides.md",
|
||||||
|
"Untitled.canvas",
|
||||||
"Excalidraw/Drawing 2023-10-10 14.12.43.excalidraw.md",
|
"Excalidraw/Drawing 2023-10-10 14.12.43.excalidraw.md",
|
||||||
"Laser Cutting.md",
|
"Laser Cutting.md",
|
||||||
"Pasted image 20231011091043.png",
|
"Pasted image 20231011091043.png",
|
||||||
|
|
|
@ -26,7 +26,7 @@ Today we are going to start programming!
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Step 1. Open TextEdit
|
## Step 1. Open NotePad
|
||||||
|
|
||||||
|
|
||||||
Believe it or not this is all we need to actually start coding (who needs Github anyways)
|
Believe it or not this is all we need to actually start coding (who needs Github anyways)
|
||||||
|
|
Loading…
Reference in New Issue