🎨 Update files structure

This commit is contained in:
brunosimon
2017-07-18 03:47:13 +02:00
parent 5a7431a6b9
commit 2b49b8a847
29 changed files with 13 additions and 24 deletions
@@ -0,0 +1,17 @@
'use strict'
/**
* Test
*/
class Pwet extends AnotherClass
{
constructor( argument )
{
console.log('Hello')
console.log('World')
}
}
let pwet = new Pwet()