10 lines
60 B
C
10 lines
60 B
C
|
|
||
|
#include <Gui/Gui.h>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
foo();
|
||
|
|
||
|
return 0;
|
||
|
}
|