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
blame
|
history
|
raw
|
HEAD
[NaCl SDK] nacl_io: Fix bad test added in def60c00.
[chromium-blink-merge.git]
/
tools
/
gn
/
tutorial
/
hello_world.cc
blob
84ffc3fc38738e37f2a68751a1046185eba7405f
1
// Copyright 2013 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
#include <stdio.h>
6
7
int
main
() {
8
printf
(
"Hello, world.
\n
"
);
9
return
0
;
10
}