Code Snippet
#include <bits/stdc++.h>
using namespaces std;
int main (){
cout<<"=====HELLO WORLD====="<<endl;
return 0;
}
Hello world in new language
#include <bits/stdc++.h>
using namespaces std;
int main (){
cout<<"=====HELLO WORLD====="<<endl;
return 0;
}
Log in or sign up for Devpost to join the conversation.