This website requires JavaScript.
Explore
Help
Sign In
r
/
bootstrap
Watch
1
Fork
You've already forked bootstrap
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
372550d2d0
bootstrap
/
specs
/
clang
/
template
/
main.c
4 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
Migrate clang project to fuller CMake configuration.
2023-12-21 21:54:49 +00:00
#
include
"hello.h"
Add clang spec.
2023-11-26 21:51:41 +00:00
Migrate clang project to fuller CMake configuration.
2023-12-21 21:54:49 +00:00
int
main
(
int
argc
,
char
*
argv
[
argc
+
1
]
)
{
return
hello_world
(
)
;
}