Skip to content
Toin edited this page Feb 10, 2023 · 3 revisions

Welcome to the Hello-World wiki!

#include <iostream>
using namespace std;
int main(){
    cout<<"Hello,World"<<endl;
    return 0;
}
#include <stdio.h>
int main(){
     printf("The text example");
     return 0;
}

_sidebar

Clone this wiki locally