Sha256: 6a4a9fb1dbfe5aa20e4e1cfdf54a29f99c05632396c5de1ca192fd06088c8093
Contents?: true
Size: 265 Bytes
Versions: 24
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
24 entries across 24 versions & 4 rubygems