PhAB and ANSI-C

hello:

would any expert tell me:
whether Photon Application Builder can edit,compile and run a ansi-c program
in the PHAB ? a simple program hi.c such as :
main()
{
printf(“hello world.\n”);
}

or it must be done in line command such as: cc -o hi hi.c

thank you !