forked from qt-creator/qt-creator
Change-Id: Ie3102362af67858790ff3121d2db56a7183906d4 Reviewed-on: http://codereview.qt-project.org/5468 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
8 lines
83 B
C
8 lines
83 B
C
#include <stdio.h>
|
|
|
|
int main(void)
|
|
{
|
|
printf("Hello World!\n");
|
|
return 0;
|
|
}
|