export function highlightTest(t: string) {
// comment here
let lang = 'cn';
const zone = "China";
console.log(lang + zone);
}
export function highlightTest(t: string) {
// comment here
let lang = 'cn';
const zone = "China";
console.log(lang + zone);
}