mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
9 lines
61 B
C++
9 lines
61 B
C++
|
|
|
||
|
|
#include <glibmm.h>
|
||
|
|
|
||
|
|
int main(int, char**)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|
||
|
|
|