I made a console console application in c++
Dec 20, 2023

here you go, have fun, I wrote it myself.
lemme explain how it works
pastes all the iostream functions and types into this file, thats it, thats all it does, and since its a preproccessor statement (anything after "#") the compiler checks for it first then check for the rest of the code, atleast thats what I think.
this string variable is set so it can be a placeholder for the user input, this is useful for later ofc
this is literally the thing that makes it all work.
ok I am lazy now.