[NaCl SDK] nacl_io: Fix bad test added in def60c00.
[chromium-blink-merge.git] / tools / gn / tutorial / hello_world.cc
blob84ffc3fc38738e37f2a68751a1046185eba7405f
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.
5 #include <stdio.h>
7 int main() {
8 printf("Hello, world.\n");
9 return 0;