fix: minor grammar correction in exercise #24
This commit is contained in:
		
				
					committed by
					
						
						Inanc Gumus
					
				
			
			
				
	
			
			
			
						parent
						
							2be74b48a7
						
					
				
				
					commit
					7569d9d06f
				
			@@ -12,9 +12,9 @@ package main
 | 
				
			|||||||
// EXERCISE: Greet More People
 | 
					// EXERCISE: Greet More People
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
// RESTRICTIONS
 | 
					// RESTRICTIONS
 | 
				
			||||||
//  1. Be sure to match to the expected output below
 | 
					//  1. Be sure to match the expected output below
 | 
				
			||||||
//  2. Store the length of the arguments in a variable
 | 
					//  2. Store the length of the arguments in a variable
 | 
				
			||||||
//  3. Store the all the arguments in variables as well
 | 
					//  3. Store all the arguments in variables as well
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
// INPUT
 | 
					// INPUT
 | 
				
			||||||
//  bilbo balbo bungo
 | 
					//  bilbo balbo bungo
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user