forked from qt-creator/qt-creator
10 lines
81 B
C++
10 lines
81 B
C++
![]() |
// Copyright header
|
||
|
|
||
|
#include "bar.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
Bar bar;
|
||
|
return 1;
|
||
|
}
|