*** empty log message ***

svn path=/trunk/boinc_samples/; revision=11567
This commit is contained in:
David Anderson 2006-11-22 19:48:35 +00:00
parent e8a984f270
commit 51c7889174
2 changed files with 7 additions and 2 deletions

View File

@ -205,3 +205,9 @@ David 8 Nov 2006
uppercase/
logo.jpg (new)
David 23 Nov 2006
- don't include util.h in worker.C!
worker/
worker.C

View File

@ -23,10 +23,9 @@
// THIS PROGRAM SHOULDN'T USE ANY BOINC CODE. That's the whole point.
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "util.h"
int main(int, char**) {
FILE* in = fopen("in", "r");
FILE* out = fopen("out", "w");