Skip to content

Commit 733d7fb

Browse files
committed
Fix json example, add eclipse to gitignore
1 parent 1384945 commit 733d7fb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.gitignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
/site
1+
/site
2+
3+
# eclipse project file
4+
.settings/
5+
.classpath
6+
.project

docs/viplab3.0/computation_template.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Note: `//` with text following until EOL is a comment,
1616
### C Student Example
1717
```
1818
{ "identifier" : "11483f23-95bf-424a-98a5-ee5868c85c3e", // uuid, created by a frontend launcher
19-
"version" : "3.0.0" // version of this JSON-spec definition
19+
"version" : "3.0.0", // version of this JSON-spec definition
2020
"metadata": // information for frontend
2121
{ "displayName" : "Aufgabe 1", // name of computation template shown in frontend
22-
"description" : "Schreiben Sie eine C-Funktion...", // short description (could be used
22+
"description" : "Schreiben Sie eine C-Funktion..." // short description (could be used
2323
// as subtitle, further descriptions in "parts").
2424
},
2525
"environment" : "C", // important for interpreting configuration

0 commit comments

Comments
 (0)