diff options
Diffstat (limited to 'bin/playground/main.c')
| -rw-r--r-- | bin/playground/main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/playground/main.c b/bin/playground/main.c new file mode 100644 index 00000000..15f3992a --- /dev/null +++ b/bin/playground/main.c @@ -0,0 +1,6 @@ +#include <sched.h> + +int main(void) +{ + return 0; +} |
