Sha256: 4388f29fc3b96a4bb09b53f3b6095b72c77b38e64a1371e2823a86d34a5ff222
Contents?: true
Size: 322 Bytes
Versions: 40
Compression:
Stored size: 322 Bytes
Contents
/* Copyright (c) 2009 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