A simple human being learning the art of programming... maybe. While I am learning [c++, c#. typescript] I'm not super good at it but I can read and write :}
export class ChiHoshiko {
public punch(user: string){
let image: string = 'https://media1.tenor.com/images/31686440e805309d34e94219e4bedac1/tenor.gif'
let done: string = `Hoshiko *punched* ${user}\n${image}`
return done
}
}