OwerFlowingDev

5
reputation
6
#include <iostream>

int main(){
  std::cout << "Hello!\n";
  std::cout << "I'm Noah!\n";

}