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
automated commit by check50 [check50=True]
Browse Source
...
This commit is contained in:
kukemuna
2024-02-20 21:47:35 +02:00
commit
bdffae8a03
1 changed files
with
6 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
6
hello.c
Normal file
Unescape
Escape
View File
@ -0,0 +1,6 @@
#
include
<stdio.h>
int
main
(
void
)
{
printf
(
"
Hello, universe!
\n
"
)
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
siim/cs50
Title
Body
Create Issue