Mega Code Archive

 
Categories / Perl / String
 

Printf %dn, -455

#!usr/bin/perl use warnings; use strict; printf "%d\n", -455;