This website requires JavaScript.
Explore
Help
Sign In
jacob
/
scl
Watch
1
Star
0
Fork
0
You've already forked scl
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
scl
/
src
/
main.c
7 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
Initial commit.
2024-09-28 09:31:23 -04:00
#
include
<stdio.h>
int
main
(
int
argc
,
char
*
*
argv
)
{
Update Makefile.
2024-09-28 09:38:01 -04:00
printf
(
"
Hello, world!
\n
"
)
;
Initial commit.
2024-09-28 09:31:23 -04:00
return
0
;
}
Reference in New Issue
Copy Permalink