1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/examples/CMake/ConsoleApp/Main.cpp

10 lines
163 B
C++

#include <juce_core/juce_core.h>
int main (int argc, char* argv[])
{
// Your code goes here!
juce::ignoreUnused (argc, argv);
return 0;
}