fix: typo fixes
This commit is contained in:
		
				
					committed by
					
						
						Inanc Gumus
					
				
			
			
				
	
			
			
			
						parent
						
							ec1fb0e322
						
					
				
				
					commit
					288a41adf9
				
			@@ -14,7 +14,7 @@ import (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func main() {
 | 
			
		||||
	if len(os.Args) < 3 {
 | 
			
		||||
	if len(os.Args) != 3 {
 | 
			
		||||
		fmt.Println("gimme two numbers")
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user