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/add_too_much_memory_static.c | 13 lines | 143 B | text/x-c | CLexer |
#include <stdio.h>
int big_array[2000000];
int main()
{
int a,b;
int r;
r = scanf("%d %d",&a,&b);
printf("%d\n",a+b);
return 0;
}