Set goal for v1.0
This commit is contained in:
		@@ -27,3 +27,4 @@ Change Log
 | 
				
			|||||||
	- Allow user to choose base in which the prime numbers are printed.
 | 
						- Allow user to choose base in which the prime numbers are printed.
 | 
				
			||||||
	- Give option for primes to be saved to a file upon exit.
 | 
						- Give option for primes to be saved to a file upon exit.
 | 
				
			||||||
	- Free memory and leave instead of emergency exit.
 | 
						- Free memory and leave instead of emergency exit.
 | 
				
			||||||
 | 
					- v1.0: Parallel Computing
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -56,7 +56,7 @@ int main(int argc, char *argv[]) {
 | 
				
			|||||||
		puts(" -h         print this help information");
 | 
							puts(" -h         print this help information");
 | 
				
			||||||
		puts(" -v         print version number of program");
 | 
							puts(" -v         print version number of program");
 | 
				
			||||||
		puts(" -q         quiet mode");
 | 
							puts(" -q         quiet mode");
 | 
				
			||||||
		puts(" -b <base>  base in which to print primes between 2 and 62");
 | 
							puts(" -b <base>  base in which to print primes between 2 and 62 (default 10)");
 | 
				
			||||||
		puts(" -f <file>  file to save primes to");
 | 
							puts(" -f <file>  file to save primes to");
 | 
				
			||||||
		return 0;
 | 
							return 0;
 | 
				
			||||||
	} else if(f_version) {
 | 
						} else if(f_version) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user