git ssb

0+

wanderer🌟 / js-primea-wasm-container



Tree: 0c6302f3b6cf83783870ae49f570c87c38ddb414

Files: 0c6302f3b6cf83783870ae49f570c87c38ddb414 / tests / c / run.c

102 bytesRaw
1extern void equals(int, int);
2
3int init()
4{
5 return 0;
6}
7
8int main()
9{
10 equals(0, 0);
11 return 0;
12}
13

Built with git-ssb-web