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
e2cdc44f88
cs50
/
hello.c
7 lines
67 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:49:49 +02:00
printf
(
"
hello, world
"
)
;
automated commit by check50 [check50=True]
2024-02-20 21:47:35 +02:00
}