#include void main() { printf("the first test git sample"); } int checkInventory(int date) { for(int i=0; i++; i<10) { printf("i=%d/n", i); } printf("have fun"); return; }