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