All pastes #2105070 Raw Edit

Something

public text v1 · immutable
#2105070 ·published 2012-01-22 14:41 UTC
rendered paste body
#include <stdio.h>
int main ()
{
system("touch plik");
system("cat plik");
}