diff options
author | Karl Berry <karl@freefriends.org> | 2022-02-13 21:55:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-02-13 21:55:34 +0000 |
commit | c82d3595a7ed2e8afc2a67092d9acce9987e7dd8 (patch) | |
tree | 66330d1a1195fe87596565c0c56fe22eaf8bc88d /Master/texmf-dist/source | |
parent | 74e31d62761dbf304a52bdc62776ec121e104168 (diff) |
bmstu preserve dir structure per author, 13 Feb 2022 13:52:00
git-svn-id: svn://tug.org/texlive/trunk@62012 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/bmstu/main.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/bmstu/main.c b/Master/texmf-dist/source/latex/bmstu/main.c deleted file mode 100644 index 42dcc471bd5..00000000000 --- a/Master/texmf-dist/source/latex/bmstu/main.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <stdio.h> - -// Hello World Program in C - -int main() -{ - printf("Hello World\n"); - return 0; -} |