Skip to content

Instantly share code, notes, and snippets.

View c-u-l8er's full-sized avatar
🍳
supernova nomelets cooking in the kitchen

Travis Burandt c-u-l8er

🍳
supernova nomelets cooking in the kitchen
View GitHub Profile
@c-u-l8er
c-u-l8er / theory.ts
Last active November 29, 2022 01:32
Same test as last time except the answers are different this time.
// The special theory of relativity implies that
// only particles with zero rest mass (i.e., photons)
// may travel at the speed of light, and that
// nothing may travel faster.
const nothing = 0
const speedOfLight = Infinity
function specialRelativity () {
return nothing >= speedOfLight
}