1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/extras/Projucer/Source/BinaryData/Templates/jucer_MainConsoleAppTemplate.cpp

19 lines
443 B
C++

/*
==============================================================================
This file contains the basic startup code for a JUCE application.
==============================================================================
*/
%%app_headers%%
//==============================================================================
int main (int argc, char* argv[])
{
// ..your code goes here!
return 0;
}