Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f7db58c2a0d9cf0c0ebf95c7d7d6cf441e0f52e0
/
.
/
build_tests
/
helloworld.cc
blob: c034e96cd6334c70f2920f0b14f32c42b6da7243 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
()
{
printf
(
"Hello, World!\n"
);
}