Tested C++

This commit is contained in:
ilsix 2024-04-04 21:45:36 +02:00
parent 65397dc60a
commit 27244b028c
2 changed files with 4 additions and 0 deletions

View File

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

3
c++/test.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
g++ helloworld.cpp -o helloworld
./helloworld