Show More
Commit Description:
updated to rails 2.3.8 by removing dependence on rack 1.0.1, be quiet when fetching git repos
Commit Description:
updated to rails 2.3.8 by removing dependence on rack 1.0.1, be quiet when fetching git repos
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)
;
}