caravel/verilog/dv/cocotb/tests/hello_world/helloWorld.c

5 lines
47 B
C

int main(){
// do nothing
return 0;
}