Sha256: 4d1a7abdd6ca796e403ae138961b81fd8cd314156fd4189cca75885f6b8c4283
Contents?: true
Size: 261 Bytes
Versions: 40
Compression:
Stored size: 261 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
40 entries across 40 versions & 6 rubygems