const sum = (a, b) => {
const bigA = BigInt(a);
const bigB = BigInt(b);
return bigA + bigB;
};
```javascript
const sum = (a, b) => a + b;-
Notifications
You must be signed in to change notification settings - Fork 0
vk20july/Debugify
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Build an AI-Powered Code Reviewer using React JS, Tailwind CSS, and Gemini API.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published