Skip to content

Commit d41d757

Browse files
committed
Initial Sesión 01
1 parent 0cfd24e commit d41d757

File tree

7 files changed

+968
-8
lines changed

7 files changed

+968
-8
lines changed

.vscode/launch.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"command": "npm start",
9+
"name": "Run npm start",
10+
"request": "launch",
11+
"type": "node-terminal"
12+
},
13+
]
14+
}

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
study.pylapaz.org
1+
oop.study.pylapaz.org

0 commit comments

Comments
 (0)