From 5986046452a1be240ddd562fed35ab04a2fbdec1 Mon Sep 17 00:00:00 2001 From: nkolosnjaj Date: Tue, 30 Apr 2024 16:46:24 +0200 Subject: [PATCH] first commit --- .gitignore | 1 + exam52/WordCensoring.php | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .gitignore create mode 100755 exam52/WordCensoring.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c93c683 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/practice \ No newline at end of file diff --git a/exam52/WordCensoring.php b/exam52/WordCensoring.php new file mode 100755 index 0000000..e8a89fa --- /dev/null +++ b/exam52/WordCensoring.php @@ -0,0 +1,22 @@ + + +
+

+ + +
\ No newline at end of file