2cl (pronounce "toccle") is a functional programming extension for C++
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

5 行
68 B

  1. all: test
  2. test:
  3. g++ -g -Iinclude --std=c++17 -o test tests/*.cpp