You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/tutorials/c/getting-started.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,4 +27,6 @@ These will be dynamically linked into your program at runtime, and only the func
27
27
28
28
# Finishing Up
29
29
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