summaryrefslogtreecommitdiff
path: root/examples/minimal.php
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-01-22 00:35:39 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-01-22 00:35:39 +0100
commit52040cc19cbdca48f91d4eb91e9b7a782bb5fbd0 (patch)
tree8c6a61f5a6db99c4c7a663e1e2c0f069c3794c4b /examples/minimal.php
parent8ab1da7853f6dd309f2d3677ca109737f929ab4a (diff)
downloadcrep-52040cc19cbdca48f91d4eb91e9b7a782bb5fbd0.tar.gz
Add Rust, Go and rename examples to tests
Diffstat (limited to 'examples/minimal.php')
-rw-r--r--examples/minimal.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/minimal.php b/examples/minimal.php
deleted file mode 100644
index 69a82f5..0000000
--- a/examples/minimal.php
+++ /dev/null
@@ -1,4 +0,0 @@
1<?php
2function hello() {}
3class World {}
4const VERSION = "1.0";