main.c
// Online C compiler (editor) // Write and run C online using this editor. #include <stdio.h> int main() { printf("Try clicking the Run button."); return 0; }
Output