Chromium Code Reviews| Index: trunk/test/hello/hello.c |
| =================================================================== |
| --- trunk/test/hello/hello.c (revision 0) |
| +++ trunk/test/hello/hello.c (revision 0) |
| @@ -0,0 +1,7 @@ |
| +#include <stdio.h> |
| + |
| +int main(int argc, char *argv[]) |
| +{ |
| + printf("Hello, world!\n"); |
| + return 0; |
| +} |
| Property changes on: trunk/test/hello/hello.c |
| ___________________________________________________________________ |
| Name: svn:eol-style |
| + LF |