• Hello MLAers! We've re-enabled auto-approval for accounts. If you are still waiting on account approval, please check this thread for more information.

RebeccaRGB

computer programming, writing, drawing

Signature

Code:
#include int slit_electron_went_through() { if (fork()) return 1; else return 2;}
Back
Top