This commit is contained in:
ilsix 2024-04-04 21:44:52 +02:00
parent a3b26dc065
commit 65397dc60a
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//compiles and runs successfully
#include<stdio.h> #include<stdio.h>
int main() { int main() {

3
c/test.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
gcc helloworld.c -o helloworld
./helloworld