6 lines
81 B
C
6 lines
81 B
C
#include "dotalib.h"
|
|
|
|
int main(int argc, char** argv) {
|
|
print_hello_world();
|
|
}
|