From cb21f6464bc4b4af995b288083bcfb54abb9ab6f Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sat, 21 Mar 2026 18:09:23 +1300 Subject: Logic Programming in Ada article added --- project/context/articles.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'project/context/articles.json') diff --git a/project/context/articles.json b/project/context/articles.json index 90af5b5..c9a4276 100644 --- a/project/context/articles.json +++ b/project/context/articles.json @@ -1,5 +1,10 @@ [ + { "title": "Logic Programming in Ada", + "anchor": "/kompsos.xhtml", + "taglist": ["compsci", "library", "programming"], + "postdate": "21/3/2026" + }, { "title": "Auckland Rail Maps", "anchor": "/aucklandrail.xhtml", "taglist": ["maps", "politics", "transport"], -- cgit