aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-14 00:18:26 -0700
committerFuwn <[email protected]>2022-06-14 00:18:26 -0700
commit9ab069daf0c3543903515c975780fa40d584ee7d (patch)
treed34fb449f74915b2df4c115d4dea2c92a275aece
parentformat(modules): casing of top level headers (diff)
downloadlocus-9ab069daf0c3543903515c975780fa40d584ee7d.tar.xz
locus-9ab069daf0c3543903515c975780fa40d584ee7d.zip
feat(remarks): new remark about haskell
-rw-r--r--content/json/remarks.json4
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."
}
]