diff --git a/solutions/031.md b/solutions/031.md new file mode 100644 index 0000000..ebf6d2b --- /dev/null +++ b/solutions/031.md @@ -0,0 +1,14 @@ +### Typescript + +1486. XOR Operation in an Array + + +```typescript +function xorOperation(n: number, start: number): number { + let ans=0 + for(let i=0;ib[k]-a[k]) +}; +``` \ No newline at end of file