Skip to content

Commit a18a483

Browse files
authored
Added link to "Creating your First program"
1 parent 95e8bf6 commit a18a483

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/tutorials/c/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ These will be dynamically linked into your program at runtime, and only the func
2727

2828
# Finishing Up
2929

30-
And that's all there is to it! Now it's just off to find some good C tutorials, or browse around some example code, references, and tutorials available here.
30+
And that's all there is to it! Now it's just off to find some good C tutorials, or browse around some example code, references, and tutorials available here. (If you are unsure where to start, check out the next tutorial below)
31+
32+
Next: [Creating your first program]({{ site.baseurl }}/tutorials/c/first-program)

0 commit comments

Comments
 (0)