repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Add nparker to safe_browsing/OWNERS.
[chromium-blink-merge.git]
/
gin
/
shell
/
hello_world.js
blob
7216fbd18e22ea291cf1aab3cce026c5b5a82993
1
// Copyright 2014 The Chromium Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
define(["console"], function(console) {
6
console.log("Hello World");
7
});