1 #include <stdio.h> 2 main(int argc,char const * argv[])3 int main (int argc, char const *argv[]) 4 { 5 return 0; // break here 6 } 7 8