13ott/110
Goodbye Dennis Ritchie
/* For Dennis Ritchie */
#include <stdio .h>
void main ()
{
printf("Goodbye World \n");
printf("RIP Dennis Ritchie");
}
Per chi non sapesse chi fosse, c’è Wikipedia che può aiutarvi.
by CodeSnippet
/* For Dennis Ritchie */
#include <stdio .h>
void main ()
{
printf("Goodbye World \n");
printf("RIP Dennis Ritchie");
}
Per chi non sapesse chi fosse, c’è Wikipedia che può aiutarvi.
by CodeSnippet