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
Normal View
History
Unescape
Escape
automated commit by check50 [check50=True]
2024-02-20 21:47:35 +02:00
#
include
<stdio.h>
int
main
(
void
)
{
automated commit by check50 [check50=True]
2024-02-20 21:48:27 +02:00
printf
(
"
Hello, world
\n
"
)
;
automated commit by check50 [check50=True]
2024-02-20 21:47:35 +02:00
}