{"id":24534906,"url":"https://github.com/mikixit/exercise-1-c","last_synced_at":"2025-03-15T22:26:02.440Z","repository":{"id":197818016,"uuid":"699413836","full_name":"MikixIT/exercise-1-c","owner":"MikixIT","description":"exercise-1-c | C | ask the user to enter the numbers that will , when 0 is entered I print the result","archived":false,"fork":false,"pushed_at":"2023-10-02T15:41:33.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T11:19:28.129Z","etag":null,"topics":["c","c-exer","exercise"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MikixIT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-02T15:28:38.000Z","updated_at":"2024-02-20T21:53:27.000Z","dependencies_parsed_at":"2023-10-02T21:14:50.267Z","dependency_job_id":null,"html_url":"https://github.com/MikixIT/exercise-1-c","commit_stats":null,"previous_names":["mikixit/exercise-1-c"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikixIT%2Fexercise-1-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikixIT%2Fexercise-1-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikixIT%2Fexercise-1-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikixIT%2Fexercise-1-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikixIT","download_url":"https://codeload.github.com/MikixIT/exercise-1-c/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243798859,"owners_count":20349693,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","c-exer","exercise"],"created_at":"2025-01-22T11:19:32.510Z","updated_at":"2025-03-15T22:26:02.410Z","avatar_url":"https://github.com/MikixIT.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# exercise-1-c\nexercise-1-c | C | ask the user to enter the numbers that will , when 0 is entered I print the result\n\n```c\n//\n//  main.c\n//  exercise-1-c\n//  ask the user to enter the numbers that will , when 0 is entered I print the result\n\n//  Created by Michael Torres on 02/10/23.\n//\n\n\n#include \u003cstdio.h\u003e\n\nint main(void) {\n    int x , numbers = 0 ;\n    \n    while (x!=0) {\n        printf(\"enter a number: \");\n        scanf(\"%d\", \u0026x);\n        numbers+=x;\n    }\n    // if u type a letter, is a mess lol\n    \n    printf(\"\\n the sum of your typed numbers is: %d \\n\", numbers);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikixit%2Fexercise-1-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikixit%2Fexercise-1-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikixit%2Fexercise-1-c/lists"}