Commit d46e1f71 by Beebuddy Builder

no message

1 parent 7cc1643c
Showing with 0 additions and 11 deletions
export class Utils {
/**
* @description Testasdfasdfasdf
* @param {String} str
* @returns {String}
*/
static printf(str){
return `=======>${str}<=======`;
}
}
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!