Sha256: 0ecf6372f1bc914339f67a15ed44dcf0274b08ba74ce5e4d9d7913983f2b2725
Contents?: true
Size: 253 Bytes
Versions: 44
Compression:
Stored size: 253 Bytes
Contents
// Copyright (c) 2012 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> int main() { std::cout << "Hello, world!" << std::endl; return 0; }
Version data entries
44 entries across 44 versions & 7 rubygems