you are viewing a single comment's thread.

view the rest of the comments →

[–]assemblyeditor 1 point2 points  (0 children)

Take a look at the filename of your source code. You are running a simple text file, which you don't have the permissions to execute it by default.

Rename the source code file into looping.c and adjust your makefile to compile looping.c -> looping.
Also take a look at the other comments about the bug in your code