12 lines
161 B
C++
12 lines
161 B
C++
![]() |
#include "solvespace.h"
|
||
|
|
||
|
SolveSpace SS;
|
||
|
|
||
|
void SolveSpace::Init(void) {
|
||
|
TW.Init();
|
||
|
|
||
|
TW.Printf("She walks in beauty");
|
||
|
TW.Printf("like the night");
|
||
|
}
|
||
|
|