Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e53e67c4c0e31cca7a13ba50bada37825f4b33c2
/
.
/
build_tests
/
helloworld.cc
blob: c034e96cd6334c70f2920f0b14f32c42b6da7243 [
file
] [
log
] [
blame
]
James Kuszmaul
27da814
2019-07-21 16:13:55 -0700
[
diff
] [
blame
]
1
#include
<stdio.h>
2
3
int
main
()
{
4
printf
(
"Hello, World!\n"
);
5
}