Sha256: 898ef4f6a868028efd4bddda6a0a23f6d842594b5b028e137ad4186ee81e7337
Contents?: true
Size: 322 Bytes
Versions: 40
Compression:
Stored size: 322 Bytes
Contents
/* Copyright (c) 2010 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 func1(void) { return 42; } int main(int argc, char *argv[]) { printf("Hello, world!\n"); printf("%d\n", func1()); return 0; }
Version data entries
40 entries across 40 versions & 6 rubygems