remove test code
This commit is contained in:
parent
4e7587a619
commit
ebd8299b55
@ -1,12 +0,0 @@
|
||||
interface hello {
|
||||
name: string;
|
||||
}
|
||||
|
||||
class HelloType implements hello {
|
||||
name: string
|
||||
|
||||
constructor(name: string) {
|
||||
this.name = name
|
||||
}
|
||||
}
|
||||
console.log('Hello from typescript', new HelloType('typescript'))
|
Loading…
Reference in New Issue
Block a user