unsafeCode
unsafeCode

unsafeCode

You're viewing a single thread.
That is why I use just int main(){...} without arguments instead.
Any void main(){...} enjoyers?
while (true) {...}
int main(void) { . . . } for me!
Very true, the less user input you have the safer your code will be.