New goal before paralellization
This commit is contained in:
		@@ -27,4 +27,5 @@ Change Log
 | 
			
		||||
	- Allow user to choose base in which the prime numbers are printed.
 | 
			
		||||
	- Give option for primes to be saved to a file upon exit.
 | 
			
		||||
	- Free memory and leave instead of emergency exit.
 | 
			
		||||
- v1.0: Parallel Computing
 | 
			
		||||
- v0.7: Additional Functionality
 | 
			
		||||
	- Allow user to save found primes to be loaded later.
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 | 
			
		||||
#include "list.h"
 | 
			
		||||
 | 
			
		||||
#define VERSION "v1.0"
 | 
			
		||||
#define VERSION "v0.7"
 | 
			
		||||
 | 
			
		||||
static bool run;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user