Show More
Commit Description:
locks dir based on temp file, does not copy dir when copying scripts, added proper rescue for ln_s
Commit Description:
locks dir based on temp file, does not copy dir when copying scripts, added proper rescue for ln_s
File last commit:
Show/Diff file:
Action:
test/data/test2_timeout.c | 12 lines | 102 B | text/x-c | CLexer |
#include <stdio.h>
int main()
{
int a,b;
int r;
r = scanf("%d %d",&a,&b);
while(1)
;
}