Skip to content

Commit 69b5d9c

Browse files
Create max
1 parent b008a75 commit 69b5d9c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

max

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/**
2+
* @param {number} num
3+
* @param {number} t
4+
* @return {number}
5+
*/
6+
var theMaximumAchievableX = function(num, t) {
7+
return num + t * 2;
8+
};

0 commit comments

Comments
 (0)