Skip to content

Commit f66582f

Browse files
authored
Merge pull request #19 from SoftUni/chapter-01-first-steps-in-programming
Chapter 01 first steps in programming
2 parents 51fd758 + 8cc6b44 commit f66582f

26 files changed

+199
-300
lines changed

.vscode/launch.json

+14
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+
"type": "node",
9+
"request": "launch",
10+
"name": "Launch Program",
11+
"program": "${file}"
12+
}
13+
]
14+
}
12.1 KB
Loading
14.5 KB
Loading
38.1 KB
Loading
81.4 KB
Loading
13.4 KB
Loading
Loading
27.2 KB
Loading
47.2 KB
Loading
15.5 KB
Loading
21.9 KB
Loading
28.1 KB
Loading
8.33 KB
Loading
9.04 KB
Loading
6.12 KB
Loading
35.1 KB
Loading
53.4 KB
Loading
Loading
28.2 KB
Loading
28.6 KB
Loading
13.8 KB
Loading
24.5 KB
Loading
58.3 KB
Loading
26.2 KB
Loading
27.3 KB
Loading

chapter-01-first-steps-in-programming.md

+185-300
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)