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