Sha256: edc1d1cc79ac06d61da8dc4dff55330da9f60d7faeb84dfe7fda85e7c3e3ac65
Contents?: true
Size: 265 Bytes
Versions: 48
Compression:
Stored size: 265 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
48 entries across 24 versions & 4 rubygems