Skip to content

Commit

Permalink
Merge pull request #14 from PrinceAubrey65/patch-1
Browse files Browse the repository at this point in the history
Update c_functions.html
  • Loading branch information
Ja7ad authored Nov 2, 2023
2 parents c240f73 + 600eab9 commit f0c51e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/c_functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ <h2>Exercise:</h2>
<p>Create a method named <code class="w3-codespan">myFunction</code> and call it inside <code class="w3-codespan">main()</code>.</p>
<div class="exerciseprecontainer">
<pre style="overflow: auto;">
void <input name="ex1" maxlength="10" style="width: 105px;"> {
void <input name="ex1" maxlength="10" style="width: 105px;"> () {
printf("I just got executed!");
}

Expand Down

0 comments on commit f0c51e6

Please sign in to comment.