Sha256: ef34a7f51bf3e9ced5a5b8f676839e22debe3df67bfe14a39403b38633c0279c
Contents?: true
Size: 243 Bytes
Versions: 4
Compression:
Stored size: 243 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 main(void) { printf("Hello, world!\n"); return 0; }
Version data entries
4 entries across 4 versions & 2 rubygems