CODECOLAB
Login
Code
CODECOLAB
Try Coding In Your Favourite Programming Languages on cloud
Code Now
Learn More
Try Our Editor
Try our editor and see how it works.
Try to code in different Languages
Code in your favourite programming languages.
Code with your Friends
Share link of your editor with your friends to code with them.
lets play with the editor
Print your First Hello world in more Than 40 languages
#include <bits/stdc++.h>
#define fastio \
ios_base::sync_with_stdio(false); \
cin.tie(NULL)
#define endl "\n"
using namespace std;
int main()
{
fastio;
cout << "hello world";
return 0;
}
LinkedIn - @nyctonio
Github - @nyctonio
Twitter - @nyctonio
Dev.to - @nyctonio
Youtube - Ritesh Kumar
Made With
by Ritesh Kumar Typescript And Next.js