diff options
| author | Julian Blake Kongslie | 2022-06-25 10:16:12 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-06-25 10:16:12 -0700 |
| commit | d80e0dbd20bb8597afe92f770e39d20440557d1f (patch) | |
| tree | 3a2a89d3e8b0a7dd8f9a26f166825cef7c62795d /aisa/aisa.cpp | |
| parent | Move get-git-tag to a tools subdirectory. (diff) | |
| download | issim-d80e0dbd20bb8597afe92f770e39d20440557d1f.tar.xz | |
Demo for a coroutine-based step evaluator.
Diffstat (limited to 'aisa/aisa.cpp')
| -rw-r--r-- | aisa/aisa.cpp | 5 |
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 | ||
| 5 | namespace aisa { | 5 | namespace aisa { |
| 6 | 6 | ||
| 7 | void do_something() | ||
| 8 | { | ||
| 9 | std::cout << "Hello, world!\n"; | ||
| 10 | } | ||
| 11 | |||
| 12 | } | 7 | } |
