summaryrefslogblamecommitdiff
path: root/.local/bin/c
blob: 86b76f0a560a8b7b4e2d00087d8508a69321d2b9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                             
#!/bin/sh

cat << EOF | "${EDITOR:-vim}"
#include <stdio.h>

int main(void)
{

	return 0;
}
EOF