Adding the print to the intro.
This commit is contained in:
parent
bfcce7ce70
commit
adca5dea55
|
@ -1,5 +1,8 @@
|
||||||
|
#include "include/intro.h"
|
||||||
#include "include/print.h"
|
#include "include/print.h"
|
||||||
|
|
||||||
class intro {
|
void Intro::intro(){
|
||||||
|
Print print;
|
||||||
|
pint.println("")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue