testing
Some checks failed
continuous-integration/drone Build was killed

This commit is contained in:
Linus109
2025-11-23 12:43:57 +01:00
parent 3b2dea762c
commit 615d476bc0

View File

@@ -4,7 +4,6 @@ name: default
steps:
- name: test
image: silkeh/clang:latest
image: alpine
commands:
- clang hello.c -o hello
- ./hello
- echo "Hello World"