depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
third_party
/
bazel
/
rules_haskell
/
tests
/
c-compiles
/
c-compiles.c
blob: 2d3a4d742c30f4970a376d103cc947e06766466b (
plain
) (
blame
)
1
int
add_five
(
int
x) {
return
x
+
5
; }