MCPcopy Create free account
hub / github.com/Apress/beginning-rust-2e / main

Function main

Source Code/03-04.c:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265*/
3#include <stdio.h>
4int main() {
5 int const number = 12;
6 int const other_number = 53;
7 printf("%d", number + other_number);
8 return 0;
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected