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.
๐๐ผ=====================
```