Sha256: b167be26daf14c4011e04735da5b541467b6abbaefb1f1d634a5bbc52101f846
Contents?: true
Size: 349 Bytes
Versions: 44
Compression:
Stored size: 349 Bytes
Contents
/* * Copyright (c) 2011 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> void bar(void); void car(void); void dar(void); void ear(void); int main() { printf("{\n"); bar(); car(); dar(); ear(); printf("}\n"); return 0; }
Version data entries
44 entries across 44 versions & 7 rubygems