mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
uppdev sync
git-svn-id: svn://ultimatepp.org/upp/trunk@575 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5b6b0945f0
commit
572b30462b
27 changed files with 1222 additions and 39 deletions
9
uppdev/Format2/Format2.cpp
Normal file
9
uppdev/Format2/Format2.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include <Core/Core.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
DDUMP(Format("|%*=s|\n", 20, "test"));
|
||||
}
|
||||
|
||||
9
uppdev/Format2/Format2.upp
Normal file
9
uppdev/Format2/Format2.upp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
uses
|
||||
Core;
|
||||
|
||||
file
|
||||
Format2.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "";
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue