1 2 3 4 5 6 7
//en.cppreference.com/w/c/program/system.html #include <stdlib.h> int main(void) { system("date +%A"); system("gcc --version"); }