4 lines
78 B
C
4 lines
78 B
C
|
#include "hello.h"
|
||
|
|
||
|
int main(int argc, char **argv) { return hello_world(); }
|