Page 1 of 1

Typo in Vonger's blog

Posted: Sun Nov 23, 2014 1:04 am
by Peter H
The 'hello world' example application code in the starter tutorial includes the line:
Code: Select all
#include


I assume this was mangled when it was converted to HTML and was supposed to be:

Code: Select all
#include <stdio.h>