mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
12 lines
152 B
Text
12 lines
152 B
Text
description "U++ containers demonstration - prints the map of words in the file";
|
|
|
|
optimize_speed;
|
|
|
|
uses
|
|
Core;
|
|
|
|
file
|
|
idmap.cpp;
|
|
|
|
mainconfig
|
|
"" = "";
|