Home - omegaluo/test GitHub Wiki

Welcome to the test wiki!

aaa

aaa
bb
cc

int a = 0;
float b= a;
string c= string.format("aa %d %f", a, b);

aab
cc
adfa


54