Let''s get acquainted!




Compiler is a program that can execute a processor..

You will work with the online compiler, record or edit the program in a special window on the screen.
You needed a compiler on a working computer.
To learn the C ++ programming language, we recommend installing the DevC ++ compiler (you can download it from the official site - it's freeware). 

Task
Download and install the compiler on your computer  (here (it's freeware) or Visual Studio 2019 Сommunity - it's ...), run the program in a browser, and then retype it into your compiler and compare the results.
In the compiler, you will have to enter the initial data from the tests manually. In the compiler, after entering the source data, press Enter.
 
C++
1
#include<iostream>      
2
using namespace std;      
3
main()      
4
{      
5
	cout<<"Hello, World!";            
6
}      
Your last submission is saved in the editor window.
     

Results:

All results: