my first program in C++

logistic_guy

Full Member
Joined
Apr 17, 2024
Messages
591
here is the question

there's no question this timešŸ«£


my attemv
this is my first try in programming
i'm surprise how very easy it's

#include <iostream>

int main()
{
std::cout << "hello world";
}

output: hello world

i don't know why it's written awkwardly like that, but it's no match to compare with engineering
if i know programming is easy before, i don't never study engineeringšŸ˜­
 
here is the question

there's no question this timešŸ«£


my attemv
this is my first try in programming
i'm surprise how very easy it's

#include <iostream>

int main()
{
std::cout << "hello world";
}

output: hello world

i don't know why it's written awkwardly like that, but it's no match to compare with engineering
if i know programming is easy before, i don't never study engineeringšŸ˜­
Did you try to "run" the program?
 
Top