r27 vs r28
1
{{{#!folding @이름=접기@
2
라라ㅏ라}}}
3
[include(사용자:botTest, 이름=이름)]
1
{{{#!syntax @이름=cpp@
2
#include <iostream>
3
4
int main ()
5
{
6
std::cout << "Hello, world!" << std::endl;
7
}
8
}}}
9
[include(사용자:botTest, 이름=csharp)]