Hakan IŞIK

İş Analisti

Yazılım Mühendisi

Sosyolog

İletişim Uzmanı

Kurgucu | Video Montaj

Hakan IŞIK

İş Analisti

Yazılım Mühendisi

Sosyolog

İletişim Uzmanı

Kurgucu | Video Montaj

Blog Yazısı

Kod

24 Haziran 2024 Genel
				
					<pre style="font-family:monospace;color: rgb(68, 68, 68); background-color: rgb(243, 243, 243); font-weight: 400; "><span style="color: rgb(105, 112, 112); font-weight: 400;">// Your First C++ Program</span>

<span style="color: rgb(31, 113, 153); font-weight: 400;">#<span style="color: rgb(31, 113, 153); font-weight: 700;">include</span> <span style="color: rgb(136, 0, 0); font-weight: 400;">&lt;iostream&gt;</span></span>

<span style="color: rgb(68, 68, 68); font-weight: 400;"><span style="color: rgb(136, 0, 0); font-weight: 400;">int</span> <span style="color: rgb(136, 0, 0); font-weight: 700;">main</span><span style="color: rgb(68, 68, 68); font-weight: 400;">()</span> </span>{
    std::cout &lt;&lt; <span style="color: rgb(136, 0, 0); font-weight: 400;">"Hello World!"</span>;
    <span style="color: rgb(68, 68, 68); font-weight: 700;">return</span> <span style="color: rgb(136, 0, 0); font-weight: 400;">0</span>;
}</pre>
				
			
Bir yorum Yaz