2018-05-05 23:19:22 +01:00

2 lines
211 B
HTML

<p>You may have noticed in previous courses, that in the beginning of the file we often write somthing like #include<stdio.h>. This tells the preprocessor to include the standart io library to your program.</p>