summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-13 21:55:34 +0000
committerKarl Berry <karl@freefriends.org>2022-02-13 21:55:34 +0000
commitc82d3595a7ed2e8afc2a67092d9acce9987e7dd8 (patch)
tree66330d1a1195fe87596565c0c56fe22eaf8bc88d /Master/texmf-dist/source
parent74e31d62761dbf304a52bdc62776ec121e104168 (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.c9
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;
-}