Current path: tmp/
⬆️ Go up:
// test.c #include <stdio.h> int main() { printf("Compilation Success!\n"); return 0; }