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