hi all,
i am doing print fmt("String !");
but it does not come on the stdout
It comes only when i terminate bro.
hi all,
i am doing print fmt("String !");
but it does not come on the stdout
It comes only when i terminate bro.
Hi Ashley,
Try ending that string with a newline (\n)
-justin