summaryrefslogtreecommitdiff
path: root/aisa/aisa.cpp
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-06-25 10:16:12 -0700
committerJulian Blake Kongslie2022-06-25 10:16:12 -0700
commitd80e0dbd20bb8597afe92f770e39d20440557d1f (patch)
tree3a2a89d3e8b0a7dd8f9a26f166825cef7c62795d /aisa/aisa.cpp
parentMove get-git-tag to a tools subdirectory. (diff)
downloadissim-d80e0dbd20bb8597afe92f770e39d20440557d1f.tar.xz
Demo for a coroutine-based step evaluator.
Diffstat (limited to 'aisa/aisa.cpp')
-rw-r--r--aisa/aisa.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/aisa/aisa.cpp b/aisa/aisa.cpp
index 0c806de..97a3b17 100644
--- a/aisa/aisa.cpp
+++ b/aisa/aisa.cpp
@@ -4,9 +4,4 @@
4 4
5namespace aisa { 5namespace aisa {
6 6
7 void do_something()
8 {
9 std::cout << "Hello, world!\n";
10 }
11
12} 7}