How to use beautiful_output
the print function accepts four arguments
1 . Input
2 . padding left
3 . padding rigth
4 . message
[dependencies]
beautiful_output = "0.1.2"
Example
Code :
use print
print;
Output :
Output :-
+----------------------+
| Hello World! |
+----------------------+