Article Outline
Supported languages by GitPress
TOC
Collection Outline
Supported languages by GitPress
Runnable Languages and implements
Language | Implement |
---|---|
C/CPP | JSCPP |
Javascript | Browser |
Python 2.7 | Skulpt |
Ruby | Opal |
Scheme | Biwascheme |
Swift | iSwift |
Golang | Go Playground |
Rust | Rust Playground |
#include <stdio.h>
int main() {
printf("Ok, it's C.\n");
return 0;
}
console.log('Hello Javascript!');
print('Hello Python!')
print('1+2=', 1+2)
puts "Hi. I am Ruby."
(+ 1 2 3 4 5)
print("Hello, Swift");
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}
fn main() {
println!("Hello, world!");
}
Supported languages
<?php
echo "Hello World!";
echo "PHP is so easy?";
?>
#id-ele {
color: #121212;
}
.class-ele {
background: transparent url('../images/logo.png') 0 0 no-repeat;
}
static int main() {
system.out.println("Hello, world!");
}
name: John
children:
- 1
- 2
- 4
## A title
- abc
- 123
**Strong** and *italic*