The Last to Comment Wins

Tempokai

The Overworked One
Joined
Nov 16, 2021
Messages
1,396
Points
153
#include <stdio.h>

int main() {
for (int i = 0; i < 10; i++) {
printf("? ");
}
printf("\n");
return 0;
}
 

JayMark

It's Not Easy Being Nobody, But Somebody Has To.
Joined
Jul 31, 2024
Messages
1,740
Points
128
Good luck; we are famously a chocking hazard!
I would never use a pencil holder to keep a truck in place. that would violate JISHA safety standards and get me fired.
 
Top