moving all labs to old dir
This commit is contained in:
1
old/lectures/lec5/p1/task4.js
Normal file
1
old/lectures/lec5/p1/task4.js
Normal file
@@ -0,0 +1 @@
|
||||
let result = n > 0 ? 1 / n : n < 0 ? 1 / n ** 2 : 0;
|
||||
Reference in New Issue
Block a user