Skip to content

B

#include <stdio.h>

int main() {
    printf("this is second program");
    return 0;
}