forked from qt-creator/qt-creator
Change-Id: If01fe6722c76df83015afa68b18d62ff1eaf523f Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
8 lines
84 B
C
8 lines
84 B
C
#include <stdio.h>
|
|
|
|
int main(void)
|
|
{
|
|
printf("Hello World!\\n");
|
|
return 0;
|
|
}
|