This website requires JavaScript.
Explore
Help
Sign In
siim
/
cs50
mirror of
https://github.com/me50/kukemuna.git
Watch
1
Star
0
Fork
You've already forked cs50
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
efec7a490b
cs50
/
hello.c
7 lines
69 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
void
)
{
printf
(
"
Hello, world
\n
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink