Adding the print to the intro.

This commit is contained in:
Justin 2025-05-09 23:20:52 -05:00
parent bfcce7ce70
commit adca5dea55
1 changed files with 4 additions and 1 deletions

View File

@ -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("")
} }