ag/templates/_main.js

5 lines
111 B
JavaScript
Raw Permalink Normal View History

import console from 'console'
2024-03-15 22:32:19 +08:00
let name = console.input("please enter your name: ")
console.log("hello "+name)