LoginSignup
0
0

More than 5 years have passed since last update.

[ポエム] 書いた通りに動いているぜ☆(^~^)

Posted at
{何か}

こうなることを期待して

var content = "何か";
content = string.Join("{", content, "}");

カタカタ タン。

何か{}

2時間30分ぐらい考えていたが

var content = "何か";
content = string.Concat("{", content, "}");

今さっき 気づいた。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0