All the C++ code were done using the C++14 version. To compile use the following command: g++ -std=c++14 <INPUT_FILE_NAME> -o <OUTPUT_FILE_NAME> And to run the code: ./<OUTPUT_FILE_NAME>
To compile use the following command: kotlinc <INPUT_FILE_NAME> -include-runtime -d <OUTPUT_FILE_NAME>.jar And to run the code: java -jar <OUTPUT_FILE_NAME>