Gitiles
Code Review
Sign In
review.gerrithub.io
/
AlexMotyka
/
Computer-Networks-Lab-1
/
b049ca18118d986a9292db62e81953a0710e7cd8
/
.
/
hello.c
blob: 5320c07ffd9a04ce6231adcebaf3da5742ab03fe [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(){
puts
(
"Hello World"
);
return
0
;
}