We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9bd2d commit ef7c5faCopy full SHA for ef7c5fa
docs/snippets/all/tutorials/annotation_context.cpp
@@ -1,5 +1,7 @@
1
#include <rerun.hpp>
2
3
+// Hi Antoine!
4
+
5
int main() {
6
const auto rec = rerun::RecordingStream("rerun_example_annotation_context_connections");
7
rec.spawn().exit_on_failure();
0 commit comments