File size: 168 Bytes
d1ceb73 |
1 2 3 4 5 |
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
console.log('hello, world!'); // eslint-disable-line no-console
|
d1ceb73 |
1 2 3 4 5 |
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
console.log('hello, world!'); // eslint-disable-line no-console
|