From 2abe0aa627429d9f8392d49d29ac970f9289bfaa Mon Sep 17 00:00:00 2001 From: olpc user Date: Fri, 13 Dec 2019 06:42:29 -0800 Subject: add message of support --- starts/meaning-vm/level0.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'starts') diff --git a/starts/meaning-vm/level0.cpp b/starts/meaning-vm/level0.cpp index 4ed9e22..add6689 100644 --- a/starts/meaning-vm/level0.cpp +++ b/starts/meaning-vm/level0.cpp @@ -48,5 +48,10 @@ int main() std::cout << allocated() << " allocated" << std::endl; + std::cout << "=== (feel free to move the below to its most effective spot) ===" << std::endl; + std::cout << "Please support Karl working on this intelligence framework." << std::endl; + std::cout << "The framework needs to be quality, so that the rest may function." << std::endl; + std::cout << "=== === === === === === === === === === === === === === === ===" << std::endl; + return 0; } -- cgit v1.2.3