The fuck you smoking. 80% of sales are hardware and 20% is services, ie music, tv, and their cut of App Store sales
bronzle
joined 1 year ago
It’s odd because it’s prime beef
It’s ok, for a second I thought they meant Google
Duh, ObamaCare, what more could we ask for?
Team 9/12/03 reporting in
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
2am -> 1am. Here in Seattle our bars close at 2am, I was told they aren’t supposed to stay open the extra hour, but the local bar near me did the only time I was there for the change.