Skip to content

Ann-the-programmer/Sum_functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sum_functions

write smth i don't know what #include <stdio.h>

int MAX_VALUE = 10;

int main() { printf("Begin\n");

for (int i = 0; i < MAX_VALUE; i++) { printf("i: %d\n", i); }

printf("The end\n"); }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages