Skip to content

Instantly share code, notes, and snippets.

@realincubus
Created August 24, 2016 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save realincubus/3e5de839bb45674057a1b67c6f2c113f to your computer and use it in GitHub Desktop.
Save realincubus/3e5de839bb45674057a1b67c6f2c113f to your computer and use it in GitHub Desktop.
int main(){
double x[100];
double y[100];
for (int i = 0; i < 100; ++i){
x[i] =
y[i];
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment