Cradicle Explorer
Programming_Benchmark
Info
Issues
Patches
Wallets
Source
Source
bin
build
src
test_src
ada
asm
c
cobol
cpp
first1000primes
hello_world
001
002
003
004
005
006
hello.cpp
csharp
d
fortran
go
haskell
nim
odin
pascal
python
r
rust
v
zig
thirdparty
CMakeLists.txt
README.md
results_first1000primes.json
results_first1000primes.md
results_hello_world.json
results_hello_world.md
/
test_src
/
cpp
/
hello_world
/
006
/ hello.cpp
hello.cpp
1
#include <cstdio>
2
3
int main() {
4
puts("Hello, World!");
5
return 0;
6
}