SpreadQuiz/class/VerilogUtils.php
2025-09-30 22:44:06 +02:00

9 lines
124 B
PHP

<?php
class VerilogUtils
{
public static function genTruthTable(): string {
// collect input variables
}
}