From 10d45b9c4df63f1af0916671d8c05be0c4765d68 Mon Sep 17 00:00:00 2001 From: zeus Date: Sun, 7 Feb 2021 14:16:16 +0200 Subject: [PATCH] intro --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 5e60005..489cebe 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,5 @@ -{ +let courses = [ + { "title": "hybrid-linux", "desc": "description", "dir": "hybrid-linux" @@ -8,3 +9,4 @@ "desc": "description", "dir": "hybrid-mpi" } +]