- download the hello.ccp file, then compile using
g++ hello.cpp -o hello
, then to run it do./hello
(the -o function is a way to name the file(thats why the file is named "hello")) - Keep in mind, the \n is for linux only, so to use this program in windows, change "\n" to "\r\n" LOOK HERE
- The auth login is "root" & "root"