diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-07 11:00:04 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-07 11:00:04 +0200 |
| commit | 5f9adbf56b8dd9d2bc3c83b52eeb4073f7464455 (patch) | |
| tree | ec2599c3ecd97bca952b959fd7ce96817c23312f /sum.c | |
| download | python-c-5f9adbf56b8dd9d2bc3c83b52eeb4073f7464455.tar.gz python-c-5f9adbf56b8dd9d2bc3c83b52eeb4073f7464455.zip | |
Initial commit
Diffstat (limited to '')
| -rw-r--r-- | sum.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -0,0 +1 @@ | |||
| int sum(int a, int b) { return a+b; } | |||
