view bin/ctof @ 12331:2028b6172b1c draft

<int-e> le/rn that//"That" is the less controversial twin of "this".
author HackEso <hackeso@esolangs.org>
date Mon, 18 May 2020 13:13:32 +0000
parents df16e74fa057
children
line wrap: on
line source

#!/usr/bin/perl
$c=0+$ARGV[0]; printf"%.2f°C = %.2f°F\n",$c,$c*9/5+32;