diff --git a/monitor.cr b/monitor.cr index 96a08f7..5deaace 100644 --- a/monitor.cr +++ b/monitor.cr @@ -23,5 +23,6 @@ rescue errno network = "Disconnected" end -#Print Information -puts "Internet: " + network \ No newline at end of file +# Print Information +puts "Internet: " + network +puts "Hostname: " + System.hostname \ No newline at end of file