Set text color to red.
The text to make red
The red text
import { red } from "@std/fmt/colors";console.log(red("Hello, world!")); Copy
import { red } from "@std/fmt/colors";console.log(red("Hello, world!"));
Set text color to red.