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