Commit 7cc1643c by Beebuddy Builder

Test revert

1 parent 1323b796
Showing with 11 additions and 0 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!