7 lines
68 B
JavaScript
7 lines
68 B
JavaScript
class Me {
|
|
constructor() {
|
|
util.footer()
|
|
}
|
|
}
|
|
|
|
new Me |