https://rentry.org/PPP2_foo_cpp ⎗ ✓ 1 2 3 4 5 6 7 8 9#include "Foo.h" #include <iostream> using std::cout; Foo::Foo() { cout << "ctor'd a Foo\n"; } sauce: /robowaifu/'s official C++ learning textbook thread main.cpp • Foo.h