add initial ldmc variant for random-sensor

This commit is contained in:
Michael Sippel 2025-03-19 17:29:57 +01:00
parent cbee09be85
commit 76e3369844
Signed by: senvas
GPG key ID: F96CF119C34B64A6
5 changed files with 345 additions and 0 deletions
random-sensor-ldmc

View file

@ -0,0 +1,6 @@
project('random-sensor-ldmc', 'cpp',
default_options: ['cpp_std=c++20'])
executable('random-sensor-ldmc',
['random-sensor.cpp']
)