This website requires JavaScript.
Explore
Help
Sign In
wash
/
photon
Watch
1
Star
0
Fork
0
You've already forked photon
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
76d1753ab587526c46a6feb46fd2fb13a67f6cf0
photon
/
tests
/
start.c
8 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
Lots of work on the build system
2020-03-31 16:21:07 +01:00
#
include
<stdio.h>
#
include
<stdint.h>
Implemented runtime files and tests
2020-03-31 12:55:52 +01:00
int
main
(
int
argc
,
char
*
*
argv
)
{
return
42
;
}
Reference in New Issue
Copy Permalink