3
I’m starting now the programming language studies Lua
, but I’m having a hard time when I do a program in c to compile the algorithm in the terminal I write:
**gcc nome-do-programa.c**
and then I put **./a.out**
and it brings a value or something like it depends on what is being asked, in moon I must write program-name moon and "should do what my script is asking and bring the result", but not and what it brings feel that something is missing.
Raiane: Can you edit the question and put the moon code you are trying to execute? I believe it gets easier to try to help
– Gomiero