Sha256: 41f87094ca3832deeb1e49e24f884e20936aacf30659594c5c91b870caa46c19

Contents?: true

Size: 304 Bytes

Versions: 4

Compression:

Stored size: 304 Bytes

Contents

/* Copyright (c) 2010 Google Inc. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

#include <stdio.h>

int func1(void) {
  return 42;
}

int main(void) {
  printf("Hello, world!\n");
  printf("%d\n", func1());
  return 0;
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/exclusion/hello.c
mt-libuv-4.1.03 ext/gyp/test/exclusion/hello.c
mt-libuv-4.1.02 ext/gyp/test/exclusion/hello.c
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/exclusion/hello.c