-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrunlog.txt
43 lines (43 loc) · 989 Bytes
/
runlog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
deno run pi.ts
NKS: 3.1415907698498
GLS: 3.1215946525910
perl pi.pl
NKS: 3.1415907698498
GLS: 3.1215946525910
javac pi.java; java pi; rm -f pi.class
NKS: 3,1415907698498
GLS: 3,1215946525910
php pi.php
NKS: 3.1415907698498
GLS: 3.1215946525910
node pi.js
NKS: 3.1415907698498
GLS: 3.1215946525910
python3 pi.py
NKS: 3.1415946525910
GLS: 3.1215946525910
go build pi.go; ./pi; rm -f pi
NKS: 3.1415907698498
GLS: 3.1215946525910
gcc pi.c; ./a.out; rm -f ./a.out
NKS: 3.1415910720825
GLS: 3.1215941905975
nim c --hints:off pi.nim; ./pi; rm -f pi
NKS: 3.1415907698498
GLS: 3.1215946525910
v pi.v; ./pi; rm -f pi
NKS: 3.1415907698498
GLS: 3.1215946525910
ruby pi.rb
NKS: 3.1415946525910
GLS: 3.1215946525910
rustc pi.rs; ./pi; rm -f pi
NKS: 3.1415907698498
GLS: 3.1215946525910
g++ pi.cpp; ./a.out; rm -f a.out
NKS: 3.141591072083
GLS: 3.121594190598
swiftc pi.swift; ./pi; rm -f pi
NKS: 3.1415946525910
GLS: 3.1215946525910
kotlinc pi.kt -include-runtime -d pi.jar; kotlin pi.jar; rm -f pi.jar