Skip to content

Instantly share code, notes, and snippets.

View jnozsc's full-sized avatar
🍎
Working

jnozsc

🍎
Working
  • California
View GitHub Profile
@jnozsc
jnozsc / # luajit - 2020-03-07_10-05-40.txt
Created March 7, 2020 18:21
luajit on macOS 10.15.3 - Homebrew build logs
Homebrew build logs for luajit on macOS 10.15.3
Build date: 2020-03-07 10:05:40
@jnozsc
jnozsc / # luajit - 2020-03-07_10-36-23.txt
Created March 7, 2020 18:38
luajit on macOS 10.15.3 - Homebrew build logs
Homebrew build logs for luajit on macOS 10.15.3
Build date: 2020-03-07 10:36:23
import random
def main():
d = input("桁数を入力してください\n")
try:
d = int(d)
except:
print("入力エラーがありますので、桁数2に")
d = 2
for _ in range(10):
@jnozsc
jnozsc / # glib - 2020-07-13_12-25-50.txt
Created July 13, 2020 19:28
glib on macOS 10.15.5 - Homebrew build logs
Homebrew build logs for glib on macOS 10.15.5
Build date: 2020-07-13 12:25:50