GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
1#include <stdio.h> 2int main(int argc, char *argv[]) { 3 printf("Hello, world!\n"); 4 return 0; 5} 6 7