Sha256: aa89e2f6befe48cd7e5b782575e17d3de92128448f63963fa7d91586de1600f1
Contents?: true
Size: 241 Bytes
Versions: 5
Compression:
Stored size: 241 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 "mylib.h" std::string my_foo(int x) { return std::string("world"); }
Version data entries
5 entries across 5 versions & 2 rubygems