diff options
Diffstat (limited to 'content/json/remarks.json')
| -rw-r--r-- | content/json/remarks.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/content/json/remarks.json b/content/json/remarks.json index 533d564..a01401a 100644 --- a/content/json/remarks.json +++ b/content/json/remarks.json @@ -1,4 +1,10 @@ [ - "Forth users all seem to be part of a cult.", - "COBOL is a great language!" + { + "remark": "Forth users all seem to be part of a cult.", + "created": "2022. 04. 14." + }, + { + "remark": "COBOL is a great language!", + "created": "2022. 04. 14." + } ] |