This website works better with JavaScript.
Explore
Help
Sign In
yanis.dahmane-bounoua
/
SAE-01-01
mirror of
https://github.com/DahmaneYanis/SAE-01-01.git
Watch
1
Star
0
Fork
You've already forked SAE-01-01
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
first commit
Browse Source
main
DahmaneYanis
3 years ago
commit
eb4e815ed2
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
6
main.c
Unescape
Escape
View File
@ -0,0 +1,6 @@
#
include
<stdio.h>
int
main
(
void
)
{
printf
(
"
Hello, world!
\n
"
)
;
return
0
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
yanis.dahmane-bounoua/SAE-01-01
Title
Body
Create Issue