blob: 87cedc99bce3e606cc011ab9e83fba818aab96a1 [file] [log] [blame] [edit]
/*
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <camkes.h>
#include <stdio.h>
int run(void)
{
printf("a = %d, b = %d\n", a, b);
return 0;
}