Navigate to the correct folder
cd /workspaces/esd-2024-jit-compiler/workshop/c
Run the command with GCC (GNU Compiler Collection)
gcc hello_world.c -o hello_world
What is the output?
Run the command
./hello_world
What is the output?
Back to challenges overview