Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 358 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 358 Bytes

C - Compiler error

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?

Repair the script and compile again

Run the command

./hello_world

What is the output?

Back to challenges overview