Unlist snippets

This commit is contained in:
Chalarangelo
2021-01-04 12:47:04 +02:00
parent 9859593ab4
commit 0de7baf0fa
7 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
--- ---
title: celsius_to_fahrenheit title: celsius_to_fahrenheit
tags: math,beginner tags: math,beginner
unlisted: true
--- ---
Converts Celsius to Fahrenheit. Converts Celsius to Fahrenheit.

View File

@ -1,6 +1,7 @@
--- ---
title: fahrenheit_to_celsius title: fahrenheit_to_celsius
tags: math,beginner tags: math,beginner
unlisted: true
--- ---
Converts Fahrenheit to Celsius. Converts Fahrenheit to Celsius.

View File

@ -1,6 +1,7 @@
--- ---
title: is_divisible title: is_divisible
tags: math,beginner tags: math,beginner
unlisted: true
--- ---
Checks if the first numeric argument is divisible by the second one. Checks if the first numeric argument is divisible by the second one.

View File

@ -1,6 +1,7 @@
--- ---
title: is_even title: is_even
tags: math,beginner tags: math,beginner
unlisted: true
--- ---
Checks if the given number is even. Checks if the given number is even.

View File

@ -1,6 +1,7 @@
--- ---
title: is_odd title: is_odd
tags: math,beginner tags: math,beginner
unlisted: true
--- ---
Checks if the given number is odd. Checks if the given number is odd.

View File

@ -1,6 +1,7 @@
--- ---
title: km_to_miles title: km_to_miles
tags: math,beginner tags: math,beginner
unlisted: true
--- ---
Converts kilometers to miles. Converts kilometers to miles.

View File

@ -1,6 +1,7 @@
--- ---
title: miles_to_km title: miles_to_km
tags: math,beginner tags: math,beginner
unlisted: true
--- ---
Converts miles to kilometers. Converts miles to kilometers.