summaryrefslogtreecommitdiff
path: root/demo-exitcode.c
blob: 5b6ebb1e5bba68b3ef9c21db32c4edb45e520bb7 (plain)
1
2
3
4
5
6
7
8
#include "libmalice.h"

int lmMain(void)
{
  lmPrintString("This demo exits with code 42.\n");

  return 42;
}