Skip to content

Commit bc1f552

Browse files
author
Gonzalo Diaz
committed
[REFACTOR] root examples.
* standarized interface.
1 parent 456520e commit bc1f552

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/problem0000.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import { logger as console } from './logger.js';
88

9-
export function problem0000() {
9+
function problem0000() {
1010
const result = null;
1111

1212
console.log(`result ${String(result)}`);
@@ -15,3 +15,4 @@ export function problem0000() {
1515
}
1616

1717
export default { problem0000 };
18+
export { problem0000 };

0 commit comments

Comments
 (0)