2cl (pronounce "toccle") is a functional programming extension for C++
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

5 satır
68 B

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