5 lines
168 B
JavaScript
5 lines
168 B
JavaScript
|
|
// Copyright (c) Jupyter Development Team.
|
||
|
|
// Distributed under the terms of the Modified BSD License.
|
||
|
|
|
||
|
|
console.log('hello, world!'); // eslint-disable-line no-console
|