forked from qt-creator/qt-creator
9 lines
71 B
C
9 lines
71 B
C
![]() |
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int foo(void)
|
||
|
{
|
||
|
puts("Hi!");
|
||
|
return 43;
|
||
|
}
|