Commit 21d4d6f0 by Eddy Guo

Delete test.ts

parent 0b2fc94e
interface Person {
name: string;
age: number;
}
let gy: Person = {
name: 'gy',
age: 12,
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment