diff options
| author | Fuwn <[email protected]> | 2022-06-14 00:18:26 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-14 00:18:26 -0700 |
| commit | 9ab069daf0c3543903515c975780fa40d584ee7d (patch) | |
| tree | d34fb449f74915b2df4c115d4dea2c92a275aece | |
| parent | format(modules): casing of top level headers (diff) | |
| download | locus-9ab069daf0c3543903515c975780fa40d584ee7d.tar.xz locus-9ab069daf0c3543903515c975780fa40d584ee7d.zip | |
feat(remarks): new remark about haskell
| -rw-r--r-- | content/json/remarks.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/json/remarks.json b/content/json/remarks.json index a01401a..54ca901 100644 --- a/content/json/remarks.json +++ b/content/json/remarks.json @@ -6,5 +6,9 @@ { "remark": "COBOL is a great language!", "created": "2022. 04. 14." + }, + { + "remark": "Haskell is a cool language, but it's just so weird.", + "created": "2022. 06. 14." } ] |