Sign in
chromium
/
chromium
/
src
/
a2fa993e901b58e36748540c21f3bad51187f87d
/
.
/
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"
);