Skip to content

Commit

Permalink
Revert "Delete src directory"
Browse files Browse the repository at this point in the history
This reverts commit a3a72ab.
Reverting to structure with src folder
  • Loading branch information
gonpaul committed May 28, 2024
1 parent 0534779 commit fe3bef3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/half.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// @ts-check

// import _ from 'lodash';

/**
* @param {Number} num
*/
export default (num) => {
const result = num / 2;
return result;
};

0 comments on commit fe3bef3

Please sign in to comment.