CODECOLAB
Code
CODECOLAB
Try Coding In Your Favourite Programming Languages on cloud
Try Our Editor image
image
Try our editor and see how it works. image
Try to code in different Languages image
image
Code in your favourite programming languages. image
Code with your Friends image
image
Share link of your editor with your friends to code with them. image
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;
}
Made With image by Ritesh Kumar Typescript And Next.js