10 lines
129 B
C
10 lines
129 B
C
#include <stdio.h>
|
|
#include <inttypes.h>
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
printf("cmake functional\n");
|
|
return 0;
|
|
}
|