examples,pkgs,pkgs.ch-proxy: init

This commit is contained in:
Else, Someone 2025-09-17 15:51:59 +03:00
parent 81effc1ef3
commit 12e95630b1
4 changed files with 262 additions and 0 deletions

View file

@ -0,0 +1,3 @@
project('ch-proxy', 'c')
executable('ch-proxy', 'proxy.c', install: true)