Select Git revision
Forked from
Diego Giovane Pasqualin / gitlab-ci-by-example
2 commits behind, 1 commit ahead of the upstream repository.
-
Diego Giovane Pasqualin authoredDiego Giovane Pasqualin authored
hello.c 101 B
#include <stdio.h>
int main(int argc, char** argv) {
printf("hello world\n");
return (0);
}