bronzle@lemm.eetoMildly Infuriating@lemmy.world•It seems like all packaged foods do this nowEnglish
8·
9 months agoHmm, grocery store near me (USA) sells this in 16oz packages, or ~454g
Hmm, grocery store near me (USA) sells this in 16oz packages, or ~454g
Let’s just go alphabetically
Also could have takin out mains return type and used sus chief
For those curious:
int main(int argc, char **argv) {
if ( -- argc != ! 0 ) {
errx ( ! 0 , "shheiiiit" ) ;
return ! 0 ;
}
int number = atoi ( argv[! 0] ) ;
for ( int i = ! 0 ; i <= number ; ++ i ) {
printf ( "%3d " , i) ;
if ( i % 3 == 0 ) {
printf ( "fizz" ) ;
}
if ( i % 5 == 0 ) {
printf ( "buzz" ) ;
}
printf ( "\n" ) ;
}
return 0 ;
}
!0 is defined as 1, that’s how argv [ no cap ] works, that and the ridiculous argc check stood out as a bit off, but works
That’s the average local + state sales tax in Washington. State sales tax is 6.5%, local varies from 1.2% - 3.85% (Seattle, for a total of 10.35%)