Compare commits
No commits in common. "7cc8e4e45f69ad13ad3c867ea00b12142d92f170" and "df8b5a1a08d9cca0cd7fba37ea73696d72baaaa7" have entirely different histories.
7cc8e4e45f
...
df8b5a1a08
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
helloworld*
|
|
@ -1,4 +1,3 @@
|
|||
//compiles and runs successfully
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
g++ helloworld.cpp -o helloworld
|
||||
./helloworld
|
|
@ -1,4 +1,3 @@
|
|||
//compiles and runs successfully
|
||||
#include<stdio.h>
|
||||
|
||||
int main() {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<?php
|
||||
//runs successfully
|
||||
echo "Hello World!\n";
|
||||
echo 'Hello World!';
|
||||
?>
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
php helloworld.php
|
Loading…
Reference in New Issue
Block a user