blob: d31fbf56d184e19d9e3e47800fcbde0b483de246 [file] [log] [blame] [raw]
/////////////////////////////
// paste your favorite example code here, and run:
//
// $ make run
//
// The *.o files are the binary saved in the tmp folder.
#include <stdio.h>
int main(int argc, char const* argv[]) {
printf("Hi!\n");
return 0;
}