close
{}
Image Image
run-icon
main.c
// Online C compiler to run C program online #include <stdio.h> int main() { // Write C code here printf("Start small. Ship something."); return 0; }
Output