summaryrefslogtreecommitdiff
path: root/starts/meaning-vm
diff options
context:
space:
mode:
authorolpc user <olpc@xo-5d-f7-86.localdomain>2019-12-13 06:42:29 -0800
committerolpc user <olpc@xo-5d-f7-86.localdomain>2019-12-13 06:42:29 -0800
commit2abe0aa627429d9f8392d49d29ac970f9289bfaa (patch)
tree2a55758a55d1d29900b2aa4cc5607dca20aec6cc /starts/meaning-vm
parentdf58c6cd5c26120a985cca74243fc7978457ff2e (diff)
downloadstandingwithresilience-2abe0aa627429d9f8392d49d29ac970f9289bfaa.tar.gz
standingwithresilience-2abe0aa627429d9f8392d49d29ac970f9289bfaa.zip
add message of support
Diffstat (limited to 'starts/meaning-vm')
-rw-r--r--starts/meaning-vm/level0.cpp5
1 files changed, 5 insertions, 0 deletions
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;
}