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