8 lines
107 B
C
8 lines
107 B
C
#include <stdio.h>
|
|
#include "sfmm.h"
|
|
|
|
int main(int argc, char const *argv[]) {
|
|
|
|
return EXIT_SUCCESS;
|
|
}
|