Content deleted Content added
No edit summary |
|||
Line 10:
Much of C++'s syntax aligns with [[C syntax]], as C++ provides backwards compatibility with C.
The C++ [["Hello, World!" program]] program is as follows
<syntaxhighlight lang="cpp">
import std;
|