File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ much to the average user. The only item that matters is the archives folder.
6969
7070### Archives
7171
72- Within the archives folder, you'll find a set of one-character folders. Each of these folders contains
72+ Within the ` archive ` folder, you'll find a set of one-character folders. Each of these folders contains
7373a list of language folders that share the same first character as the parent folder.
7474
7575Within each language folder, you'll find the following:
@@ -78,6 +78,17 @@ Within each language folder, you'll find the following:
7878- A list of project files.
7979- A testinfo.yml
8080
81+ For example python:
82+
83+ ```
84+ archive
85+ └── p
86+ └── python
87+ ├── README.md
88+ ├── baklava.py
89+ └── ...
90+ ```
91+
8192Now, each program file maps to an ongoing project that you can find on the
8293[ project list on the Sample Programs Website] [ project-list ] .
8394As for the README, it contains a list of the project files that
You can’t perform that action at this time.
0 commit comments