Sha256: 322827fd9e460d28242b2d89bbafd39546141fa23011b347cdbf983ae11147fc
Contents?: true
Size: 245 Bytes
Versions: 44
Compression:
Stored size: 245 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 x; int main() { printf("hello, world %d\n", x); }
Version data entries
44 entries across 44 versions & 7 rubygems