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