Skip to content

Commit

Permalink
exit message
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanasati committed May 7, 2021
1 parent e68e536 commit 2b8d6dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion FileOrganizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,7 @@ func main() {
} else {
fmt.Println("Invalid input!")
}

fmt.Println("Press any key to continue.")
fmt.Scanln()
}
}

0 comments on commit 2b8d6dd

Please sign in to comment.