Cradicle Explorer
cpp-helloworld
Info
Issues
Patches
Wallets
Source
Source
.gitignore
Makefile
main.cpp
/
main.cpp
main.cpp
1
#include <print>
2
3
int main(){
4
std::println("Hello, World!");
5
}