Generation

generate functionMon, 14 Nov 2022

hello world

#include <iostream> void hello() { std::cout << "Hello, World!\n" } int main() { hello(); return 0; }

Want to kickstart your project?Use the new AI Studio to create your code