This commit is contained in:
2024-07-05 06:29:05 +08:00
parent de38186cef
commit 797149d7db
3 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
var username = "Guan";
let year = 1993;
const country = "China"
console.log(username + "\n" + year + "\n" + country);