Clingo
Loading...
Searching...
No Matches
ground.c

The example shows how to ground in the background.

The example shows how to ground in the background.

Output (approximately)

./ground

Code

// NOLINTNEXTLINE(bugprone-reserved-identifier)
#define __STDC_FORMAT_MACROS
#include <stdio.h>
int main(int argc, char *argv[]) {
(void)argc;
(void)argv;
printf("TODO\n");
return 0;
}