You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Line 1: BASH - treats entire line as comment, C++ treats as preprocessor directive
# Line 2: BASH - "//" is root directory, and output is supressed and redirected to /dev/null, the "||" operator is "execute command on the right if left fails"
# -------- C++ - treats entire line as a comment
# Line 3: BASH - exits before reaching this line, C++ main function (required)