mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +00:00
2 lines
55 B
Awk
2 lines
55 B
Awk
|
$2 * $3 > 50 { printf("$%.2f for %s\n", $2 * $3, $1) }
|