-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathcrystal.json
executable file
·43 lines (43 loc) · 983 Bytes
/
crystal.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"title": "Crystal Programming",
"author": "Gabor Szabo",
"description": "",
"first_year": "2021",
"copyright_name": "Gabor Szabo",
"copyright_url": "https://szabgab.com/",
"repo": "https://github.com/szabgab/slides/blob/main/",
"version": "0.01",
"files": [
"intro.md",
"strings.md",
"conditionals.md",
"loops.md",
"arrays.md",
"hashes.md",
"files.md",
"directories.md",
"sets.md",
"functions.md",
"tuples.md",
"structs.md",
"classes.md",
"regexes.md",
"testing.md",
"modules.md",
"json.md",
"range.md",
"random.md",
"yaml.md",
"exceptions.md",
"logging.md",
"sqlite.md",
"time.md",
"cli.md",
"http_client.md",
"process.md",
"concurrency.md",
"kemal.md",
"other.md",
"crystal_1_0_conf.md"
]
}