Skip to content

matt555/test-md-and-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

hello-world

helloing worldsing

Nothing rhymes with Matt, except cat, fat and BillBat. Nothing else, this is true. This is a second line, named Blue.

Some links:

Serious codes python:

import sys


def blast_rave_music_FULL_VOLUME:
  volume = ("15%", "baby is sleeping")
  music_type = "country"
  play_music(music_type, volume)


def rave_music_while_coding(coding_bool=True):
  # check if coding
  if coding_bool == True:
    blast_rave_music_FULL_VOLUME()
  else:
    sysexit(0)

Not-so-Serious codes powershell:

function blast_rave_music_FULL_VOLUME() {
  volume = ("15%", "baby is sleeping")
  music_type = "country"
  play_music(music_type, volume)
}


function rave_music_while_coding(coding_bool=True) {
  # check if coding
  if (coding_bool -eq $True) {
    blast_rave_music_FULL_VOLUME
  }
  else {
    exit
  }
}

About

helloing worldsing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published