Skip to main content

mark_ok

Function mark_ok 

Source
pub fn mark_ok()
Expand description

Shows a simple mark for a test ok

ยงExample

use utmt::mark_ok;
utmt::mark_ok;

mark_ok()
# The output is on a signle line. The color of '=' bar is the green color for foreground and background.

 ๐Ÿ‘๐Ÿผ=====================
```