add Typescript to PROG_LANGS array
This commit is contained in:
parent
7661a77679
commit
80b6289911
@ -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 =
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user