1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#include <iostream> #include "sales_item.hpp" /* * * 2.9 * * */ int main () { // Depends completely on what compiler options are enabled. I have tons of flags enabled to prevent myself from stupid mistakes. return 0; }