Posted in [Ramblings]
#include < stdio.h >
#define NUS “No, U cant Sleep”
int main(void) {
int time;
time = 0;
while ( time < 6 ){
printf ( “\n%s”, NUS);
}
return 0;
}
been studying programming for the whole night. Now my brain is not functioning well, but what to do, exam is on Wednesday and I’m 7 chapters away from where I’m supposed to be at. 14 chapters are not possible to be finished in one night… * sobs *
Posted by ~shadow~ @ 06:00 | Comments (3)
