mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1346] [CLOSED] Adding: Guess my number game #1946
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1346
Author: @lukasb1b
Created: 10/12/2023
Status: ❌ Closed
Base:
master← Head:Guess-my-number📝 Commits (10+)
2d7b364Create average.c24a993etest in extra methode average.c31134cbdocumentation694fa0dMore tests92819d8Update average.c23656faMerge pull request #1 from lukasb1b/lukasb1b-test-in-extra-methode07e8c11Merge pull request #2 from lukasb1b/lukasb1b-documentationec96022Update average.c3a5db1cMerge pull request #3 from lukasb1b/More-tests893e3cbUpdate average.c📊 Changes
2 files changed (+91 additions, -0 deletions)
View changed files
➕
games/guessmynumber.c(+31 -0)➕
math/average.c(+60 -0)📄 Description
A small programm where you need to guess the computer number between 1-100.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.