mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
16 lines
203 B
Text
16 lines
203 B
Text
template "Console application (no U++)" main;
|
|
|
|
@@<:PACKAGE:>.cpp
|
|
#include "stdio.h"
|
|
|
|
int main(int argc, const char *argv[])
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
@@<:PACKAGE:>.upp
|
|
file
|
|
<:PACKAGE:>.cpp;
|
|
|
|
mainconfig
|
|
"" = "";
|