When I close a java program in intellJ, the following log appears in the console: \"Process finished with exit code 130\"
To steal @Baby 's answer from the comments and formalize it, this states that the 130 exit code is given by bash, and indicates that the process was terminated by the user pressing Ctrl-C.