contact: jasvindersingh3593@gmail.com
Code Blaze
Home
Input
Web Editor
Compiler
Signup
Font:
Fira Code
Source Code Pro
Monaco
Courier New
Size:
6
8
10
12
14
16
18
20
22
24
26
28
30
32
34
36
38
40
42
44
46
48
50
Theme:
VS Dark
High Contrast (Dark)
Active4D
Language:
JavaScript
Python
C++
Java
C#
Ruby
Rust
Go
Node.js
Kotlin
CSV
Run
1
2
3
4
5
6
7
#include
<
iostream
>
using
namespace
std
;
int
main
(
)
{
cout
<<
"Hello, World!"
<<
endl
;
return
0
;
}
Input
Output