Skip to content

Commit 878e42e

Browse files
authored
Add ruby and php hello world
1 parent 3a81968 commit 878e42e

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

.vscode/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
// "python.wasm.runtime": "https://github.com/dbaeumer/python-3.11.0rc",
3-
"remoteHub.logLevel": "debug",
4-
"githubRepositories.logLevel": "debug"
2+
"python.wasm.runtime": "https://github.com/dbaeumer/python-3.11.0",
3+
// "remoteHub.logLevel": "debug",
4+
// "githubRepositories.logLevel": "debug"
55
}

hello.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php echo '<p>hello world<p>' ?>

hello.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
puts "Hello World"

test.ipynb

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"metadata": {},
7+
"outputs": [],
8+
"source": [
9+
"print('Hello World')"
10+
]
11+
},
12+
{
13+
"attachments": {},
14+
"cell_type": "markdown",
15+
"metadata": {},
16+
"source": [
17+
"### Hello World"
18+
]
19+
}
20+
],
21+
"metadata": {
22+
"language_info": {
23+
"name": "python"
24+
},
25+
"orig_nbformat": 4
26+
},
27+
"nbformat": 4,
28+
"nbformat_minor": 2
29+
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy