Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yuneko1127 authored Feb 11, 2024
1 parent 32f2628 commit 2040003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poem.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ <h1>Code Poems</h1>
<section id = "poem_binary_search" class="poem">
<h2>binary_search.c(2024/02/04)</h2>
<pre><code class="language-C">
// In computer
#define N 100 // データ数

// In computer
int binary_search(int *data, int key){
int pl, pr, pc;

Expand Down

0 comments on commit 2040003

Please sign in to comment.