5 lines
73 B
Bash
5 lines
73 B
Bash
|
function showcolors()
|
||
|
{
|
||
|
log 0 "Here will be a colors-showing app."
|
||
|
}
|