Sha256: 1c66d5c9ea6b411c30b02613789fce81c35bb04b06a399c9dabc14639093937d
Contents?: true
Size: 258 Bytes
Versions: 41
Compression:
Stored size: 258 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 <stdio.h> int main(int argc, char *argv[]) { printf("Hello, world!\n"); return 0; }
Version data entries
41 entries across 40 versions & 6 rubygems