Skip to content
View futurekismo-oss's full-sized avatar

Block or report futurekismo-oss

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
futurekismo-oss/README.md

Typing SVG

local Futurekismo = {
	name = "Futurekismo",
	location = "World Wide Web",
	-- website = "", <- TODO
	main_languages = "programming languages are simply tools for our craft",
	grade = "The education system limits our power",
	languages_known = 9,

	details = function(self)
		print(string.format("Hello! I am %s and I am on the %s", self.name, self.location))
	end,
}

Futurekismo:details()

Quote

Pinned Loading

  1. Ambience.nvim Ambience.nvim Public

    a plugins that play ambient/lofi music in nvim

    Lua 6

  2. EXAs EXAs Public

    my programming language comes with compiler and assembler

    Python