timestamp

This commit is contained in:
2022-02-17 02:16:55 +03:00
parent 2e0bc4a94e
commit 971ec8c8f3
2 changed files with 16 additions and 2 deletions

View File

@@ -9,6 +9,10 @@ class Output {
this.content += text + '\n'
}
timestamp () {
this.addLine('\n' + new Date())
}
submit () {
const filename = 'index.txt'