Sha256: 330b9765d6a3c514abb5f492331940af9db1d7e85db646d3be4177538cea1f22
Contents?: true
Size: 195 Bytes
Versions: 13
Compression:
Stored size: 195 Bytes
Contents
#include "main.h" int main( int argc, char *argv[] ) { ofstream outfile( "rake-builder-testfile.txt" ); if( outfile.fail() ) return 1; outfile << "rake-builder test"; return 0; }
Version data entries
13 entries across 13 versions & 1 rubygems