Sha256: 7db16e5694717e6b863a7500b670b477cd85b37e0b072bb9ba65a13223176bc6

Contents?: true

Size: 279 Bytes

Versions: 5

Compression:

Stored size: 279 Bytes

Contents

// Copyright (c) 2013 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 <iostream>
#include "mylib.h"

int main() {
  std::cout << "Hello " << my_foo(99) << std::endl;
  return 0;
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/library_dirs/subdir/hello.cc
mt-libuv-4.1.03 ext/gyp/test/library_dirs/subdir/hello.cc
mt-libuv-4.1.02 ext/gyp/test/library_dirs/subdir/hello.cc
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/library_dirs/subdir/hello.cc
tree-sitter-0.0.1 ext/tree-sitter/tree-sitter/externals/gyp/test/library_dirs/subdir/hello.cc