We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54734c3 commit 4cd2886Copy full SHA for 4cd2886
src/repl/header.ts
@@ -1,5 +1,5 @@
1
export default class Header {
2
public printWelcome(): void {
3
- console.log(`BASIC 0.0.3 (June, 5, 2019)`)
+ console.log(`BASIC 0.0.5 (October 3, 2020)`)
4
}
5
0 commit comments