Codecademy Forums
Learning C++
Projects
Personal Projects
independent-project
mrabehall
January 23, 2022, 7:19pm
#1
// Abe
//01.23.2022
//Entry Level Software Developer
//This code is a little program I spun up for my first project in my software development class.
#include
using namespace std;
int main()
{
2022-01-23 (2)
1920×1080 295 KB
;
string Banner = “I Hope You Enjoy!\n”;
return 0;
}