mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 23:21:18 +08:00
Add playground.
This commit is contained in:
parent
8c46dbfb6d
commit
a588018a41
5
src/playground/__test__/playground.test.js
Normal file
5
src/playground/__test__/playground.test.js
Normal file
@ -0,0 +1,5 @@
|
||||
describe('playground', () => {
|
||||
it('should perform playground tasks', () => {
|
||||
// Place your playground tests here.
|
||||
});
|
||||
});
|
1
src/playground/playground.js
Normal file
1
src/playground/playground.js
Normal file
@ -0,0 +1 @@
|
||||
// Place your playground code here.
|
Loading…
Reference in New Issue
Block a user