Skip to content

RickyCartner/Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Here is a READ ME file

install -v cicada.tct temp.txt
$ install -v cicada.tct temp.txt
install -v cicada.tct temp.txt
[...]
hello
- name: Hello
  ansible.builtin.debug:
    msg: "Hello World"
def bubble_sort(items):
    for i in range(len(items)):
        for j in range(len(items) - 1 - i):
            if items[j] > items[j + 1]:
                items[j], items[j + 1] = items[j + 1], items[j]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published