|
|
|
|
|
by DominoDataLab
4359 days ago
|
|
We let users run arbitrary shell scripts, so you can use that to run C code -- either by compiling binaries for x86-64 and including them in your project, or by running a shell script that first compiles your code, and then executes the resulting binaries. It hasn't been a common use case, but we definitely have some folks doing that. |
|