helloworld/helloworld.c
Sebastiaan de Schaetzen 95f856955a
Some checks failed
Wake Runner / build (push) Successful in 9s
Build and Push / build (push) Failing after 3s
Initial commit
2025-04-23 10:43:45 +02:00

6 lines
59 B
C

#include <stdio.h>
int main() {
puts("Hello, world!");
}