Tested C++
This commit is contained in:
parent
65397dc60a
commit
27244b028c
|
@ -1,3 +1,4 @@
|
||||||
|
//compiles and runs successfully
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
|
3
c++/test.sh
Executable file
3
c++/test.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
g++ helloworld.cpp -o helloworld
|
||||||
|
./helloworld
|
Loading…
Reference in New Issue
Block a user