mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
4 lines
99 B
JavaScript
4 lines
99 B
JavaScript
|
import { square, area } from 'lib';
|
||
|
console.log(square(11)); // 121
|
||
|
console.log(area(4, 3)); // 12
|