Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 /* Copyright (C) 2013 Opera Software ASA. All rights reserved. | |
|
Nico
2013/09/17 17:11:54
I'm not sure how we handle copyright headers in gy
scottmg
2013/09/24 17:23:20
ISTR it's always supposed to say Google for some r
| |
| 2 * This file is an original work developed by Opera Software ASA. | |
| 3 * Use of this source code is governed by a BSD-style license that can be | |
| 4 * found in the LICENSE file. */ | |
| 5 | |
| 6 void main(void) { | |
| 7 printf("Hello, world!\n"); | |
| 8 } | |
| OLD | NEW |