Sign in
chromium
/
chromium
/
src
/
141.0.7390.122
/
.
/
gin
/
shell
/
hello_world.js
blob: 6a9836e60df0a81698b813a720b002ef10c4fc5c [
file
] [
log
] [
blame
]
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
log
(
"Hello World"
);