5 lines
No EOL
62 B
TypeScript
5 lines
No EOL
62 B
TypeScript
export default class LinkedList {
|
|
constructor() {
|
|
|
|
}
|
|
} |