cmm move small aps into cmm/misc folder

git-svn-id: svn://kolibrios.org@7911 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2020-05-11 07:58:18 +00:00
parent 842c228f23
commit 27cb400814
35 changed files with 30 additions and 155 deletions

View File

@@ -0,0 +1,3 @@
text1 = "Hello"
text2 = "World!"
stdout(text1+' '+text2)