error, warning, success

PHOTO EMBED

Fri Sep 16 2022 08:15:12 GMT+0000 (Coordinated Universal Time)

Saved by @kodekutulisanku #c++

#include<stdio.h> 
int main() 
{ 
   foo();
}  
int foo() 
{ 
   printf("Hello"); 
   return 0;  
}
content_copyCOPY