import { printf } from "https://deno.land/std@0.199.0/fmt/printf.ts";
Converts and format a variable number of args
as is specified by format
.
printf
writes the formatted string to standard output.
import { printf } from "https://deno.land/std@0.199.0/fmt/printf.ts";
Converts and format a variable number of args
as is specified by format
.
printf
writes the formatted string to standard output.