Skip to content

Libishree/Structuring-the-document-c

View on GitHub ↗Related repositories →

#include <stdio.h> int main() { int number1, number2, sum; printf("Enter two integers: "); scanf("%d %d", &number1, &number2); // calculate the sum sum = number1 + number2; printf("%d + %d = %d", number1, number2, sum); return 0; }

active 2024-05-032024-05-18 (UTC)

Complete coverage26,765 / 26,765 hourly files (100%) · 2 absent upstream2023-08-152026-09-03 (UTC)
Events
44
Pushes
0
Pull requests
0
Issues
0
Stars
43
Forks
0

Activity over time

Daily event counts in the loaded window

Line chart, 16 days from 2024-05-03 to 2024-05-18. Pushes: 0 total, peak 0 in a day. Pull requests: 0 total, peak 0 in a day. Issues: 0 total, peak 0 in a day. Comments: 0 total, peak 0 in a day. Stars: 43 total, peak 11 in a day.

  • Pushes
  • Pull requests
  • Issues
  • Comments
  • Stars

Top contributors

Pushes, PRs, issues, reviews and comments — stars and forks excluded, so this is contribution rather than popularity

Nobody pushed, opened or commented here in the loaded window — this repo's activity is stars and forks only.

Recent activity

Latest issues, pull requests and releases

No issue or PR events — this repo's activity is pushes only.

Totals cover only the window loaded into ClickHouse and count events, not GitHub's lifetime totals — 43 stars here means stars gained during the window, not the repo's star count.