1
0

add Typescript to PROG_LANGS array

This commit is contained in:
Mike Schwörer 2020-12-25 16:42:43 +01:00
parent 7661a77679
commit 80b6289911
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF

View File

@ -2,7 +2,7 @@
class Programs implements IWebsiteModule class Programs implements IWebsiteModule
{ {
const PROG_LANGS = [ 'Java', 'C#', 'Delphi', 'PHP', 'C++', 'Rust' ]; const PROG_LANGS = [ 'Java', 'C#', 'Delphi', 'PHP', 'C++', 'Rust', 'Typescript' ];
const URL_ORDER = const URL_ORDER =
[ [