7 lines
88 B
C
7 lines
88 B
C
#include <bbn.h>
|
|
|
|
int main(int argc, const char **argv) {
|
|
say_hi();
|
|
return 0;
|
|
}
|