Sha256: 6d4b477a3e3233075e7328c0fb17c2d5bbc9ff01213de785a3e37f94d918e1c5
Contents?: true
Size: 260 Bytes
Versions: 40
Compression:
Stored size: 260 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