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.
|
|
|
|
|
all: test
|
|
|
|
test:
|
|
g++ -g -Iinclude --std=c++17 -o test tests/*.cpp
|