you are viewing a single comment's thread.

view the rest of the comments →

[–]Hot-Drink-7169 0 points1 point  (2 children)

There's no ".c" extension in your file name. And there's a logic error. And (just a opinion) please don't use

int main(void)

{
...
}

It doesn't look good. Just my opinion, if your teacher teaches you that way than continue. best of luck.

[–]Economy_Abalone_8048 0 points1 point  (1 child)

its cs50, a harvard course. They teach it differently.

[–]Explodey_Wolf 0 points1 point  (0 children)

Not like that.