Sha256: 3c5d246771d579ac9f4547ee9e15f09962ca6842329f8d394b429cf804ff112f
Contents?: true
Size: 313 Bytes
Versions: 44
Compression:
Stored size: 313 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. */ // Unlike hello.c, this file specifies the headers. #include <windows.h> #include <stdio.h> int hello2() { printf("Hello, two!\n"); return 0; }
Version data entries
44 entries across 44 versions & 7 rubygems