C_C++
Haskell
Java
LaTeX
Misc.
cmdtest
debug
test
.cmdtest-filter
Makefile
program.c
program2.c
cross_compile
gdb_pretty_print
my_git_repo
rasterpython_eremias++
bind_test.sh
elif_problem.eax
example.m4
extension_cut.Makefile
fizzbuzz.f90
gitea_mass_create.sh
guards.hs
strategy.cs
test.info
test.texi
top_level.cs
Python
Vim
Webdev
git
.gitignore
Makefile
5 lines
100 B
C
5 lines
100 B
C
// @BAKE gcc $@ -o $*.out
|
|
signed main(int argc, char * argv[]) {
|
|
return !fopen(argv[1], "r");
|
|
}
|