Julia language added

This commit is contained in:
Wilmer Blanco
2023-12-18 11:37:25 -03:00
parent 2f7965093e
commit e7f6305830
2 changed files with 15 additions and 0 deletions
+6
View File
@@ -1879,4 +1879,10 @@ export const svgs: iSVG[] = [
route: '/library/procure.svg',
url: 'https://procure.biz/'
},
{
title: 'Julia',
category: 'Language',
route: '/library/julia.svg',
url: 'https://julialang.org/'
},
];