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