8 lines
111 B
C++
8 lines
111 B
C++
#include "fischl.h"
|
|
|
|
#include <cstdio>
|
|
|
|
int fischl::init(){
|
|
printf("Hello Fischl!");
|
|
return 3;
|
|
} |