- 1
can anyone explain the first one to me what should we do print [hello world]
hamza
3 odpowiedzi
+ 3
Hi there, the hello world program is explained in tutorials for all languages, please tag your language in when asking questions so we can help, thanks
+ 1
I didn't get what u are saying but if u want in c++ it would be
cout<<"hello world";
In c
printf("hello world")
in java
System.out.println("hello world")
In python
print ("hello world")
0
thank you so much