Python syntax here : 2.7 - online REPL
Javascript ES6 via Babel transpilation - online REPL
import math| [package] | |
| name = "hello-tokio" | |
| version = "0.1.0" | |
| authors = ["smallfish"] | |
| edition = "2018" | |
| [dependencies] | |
| tokio = { version = "0.2", features = ["full"] } | |
| #tokio = { version = "0.3", features = ["full"] } | |
| actix-web = "3.0.2" |
Python syntax here : 2.7 - online REPL
Javascript ES6 via Babel transpilation - online REPL
import math| #!/usr/bin/env python | |
| # coding=utf8 | |
| # author=evi1m0#n0tr00t | |
| # Fri Apr 10 14:14:35 2015 | |
| import os | |
| import re | |
| import sys | |
| import wget | |
| import requests |