Skip to content

takashiAg/calorie0_theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

theory 0 calorie

Overview カロリーは全て0に帰着します。"カロリー0理論"によって、それは証明されています。

Description

痩せたい人のためにカロリーを表示するアプリケーションを作りました。

Usage

let calorie=100
let Sweets = new Food(calorie)  
Sweets.Temperature=120
let [real_calorie,reason]=Sweets.calorie
console.log(real_calorie,reason)
  
let donut = new Donut(calorie)
let [real_calorie,reason]=donut.calorie
  
let icecream = new Icecream(calorie)
let [real_calorie,reason]=icecream.calorie

Install

<script type="text/javascript" src="https://cdn.rawgit.com/takashiAg/calc_calorie/a2f47d39/index.js"></script>

Licence

MIT

Author

ryosuke ando

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published