7 lines
91 B
C++
7 lines
91 B
C++
#include "fischl.h"
|
|
|
|
#include <cstdio>
|
|
|
|
void fischl::init(){
|
|
printf("Hello Fischl!");
|
|
} |