now it's not a single project, but a solution

This commit is contained in:
2022-01-14 00:12:40 +03:00
parent 97269fd160
commit fe35153278
122 changed files with 6636 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
bool:b=false;
char:c='v';
string:s="hello";
byte:by=255;
sbyte:sb=-125;
short:sh=14003;
ushort:us=32025;
int:i=-2515;
uint:ui=0;
long:l=-29863854396;
ulong:ul=87659057946;
float:f=39.944;
double:do=965.557;
decimal:de=-84.20;

View File

@@ -0,0 +1 @@
List<string>:list=[string:"a",string:"b"];