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