Add Kotlin
This commit is contained in:
parent
6436d7daac
commit
5113f512b4
4 changed files with 19 additions and 0 deletions
11
src/languages/kotlin.js
Normal file
11
src/languages/kotlin.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
const Language = require('../struct/Language');
|
||||
|
||||
class Kotlin extends Language {
|
||||
constructor() {
|
||||
super('kotlin', {
|
||||
aliases: ['kotlin']
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Kotlin;
|
Loading…
Add table
Add a link
Reference in a new issue